commit | d910525c6af803d89c2a22bca4f28e0a6057d652 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:12:58 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue May 21 23:12:58 2024 +0000 |
tree | 19704aee09df78179f51963f618819534f6eef5b | |
parent | 50f1be4612cb6a990df355d29b759db1b1835c5b [diff] | |
parent | 7fc822fc90891dd77b331ed9cbb37fde41be1e08 [diff] |
Snap for 11869550 from 7fc822fc90891dd77b331ed9cbb37fde41be1e08 to 24Q3-release Change-Id: I83ada8fc99c4b89604e847861f19024818498098
“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
.