commit | c3122ef986f30ff82a0e82138f833febe3ea8d69 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Aug 27 23:06:03 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Aug 27 23:06:03 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 36b3f4ec44bc2b29fecf3e67aa066f17f0b4facd [diff] | |
parent | 91963cc44cae23b68340a51f65ff6100daef6031 [diff] |
Migrate 25 crates to monorepo. am: 91963cc44c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/3242469 Change-Id: Ida20bc1983536b6c5620918d42a8df5dcb32bab0 Signed-off-by: Automerger Merge Worker <[email protected]>
“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
.