commit | 9e88ebbcb5d9c9bf622b99a117cfe267362a9967 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:27:41 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Sep 11 23:27:41 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | e80b8f046cb081af62140d371dce35cf93184b09 [diff] | |
parent | c3122ef986f30ff82a0e82138f833febe3ea8d69 [diff] |
Snap for 12355814 from c3122ef986f30ff82a0e82138f833febe3ea8d69 to build-tools-release Change-Id: Iad3aaffd81ce1e9c61f643b5c08f33f1197a9f9b
“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
.