commit | ed2573d2630f3c1507b52fe2794370527093b6f8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 16 20:49:30 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 16 20:49:30 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 46f82778550af5ccf3d707c2d9812af69e8a623b [diff] | |
parent | 558a22acec69b4af162728567ee6b1d7b830ebce [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/fallible-iterator"
“Fallible” iterators for Rust.
If the std
or alloc
features are enabled, this crate provides implementations for Box
, Vec
, BTreeMap
, and BTreeSet
. If the std
feature is enabled, this crate additionally provides implementations for HashMap
and HashSet
.
If the std
feature is disabled, this crate does not depend on libstd
.