commit | 1cad9f2eefe5461230c10600d950139ba30b8309 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Aug 06 23:12:18 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Aug 06 23:12:18 2024 +0000 |
tree | 0d8feaca401117fd0402a61434f12a4052e16198 | |
parent | 7fc822fc90891dd77b331ed9cbb37fde41be1e08 [diff] | |
parent | b0de9cc51569b4a706a5d84099364374a9aa4de2 [diff] |
Snap for 12190349 from b0de9cc51569b4a706a5d84099364374a9aa4de2 to 24Q4-release Change-Id: I2b8555b72b524239e5c81293655afd60e452fc5f
“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
.