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