commit | 75a5de777ee3c1302c361b3e96fc2dad4f8d335c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Tue Feb 16 22:30:03 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Feb 16 22:30:03 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | c68af6f55a6a04ee7ef95d54eaec79613eaf1753 [diff] | |
parent | b56286b09381288b8421505d3bf25d81fc5c1854 [diff] |
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/fallible-iterator" am: ed2573d263 am: a1d4b1edfb am: fc9643fc81 am: b56286b093 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1588747 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iec6beb0720eb523eb4fcab61dcb02a4d6dc43257
“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
.