commit | 50f1be4612cb6a990df355d29b759db1b1835c5b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:12:22 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat May 11 01:12:22 2024 +0000 |
tree | afb308c596b4cda513bd6ea21fe21b9ce728a6f1 | |
parent | 83f1badb1d1cf11cec39d3ff2170dd51ff785c8f [diff] | |
parent | 315a91f92d4e41f5eed30d8b1a733cceeea10e80 [diff] |
Snap for 11828632 from 315a91f92d4e41f5eed30d8b1a733cceeea10e80 to 24Q3-release Change-Id: I87ebf7fe514ba7a438f4eed7b5bbee046f2ce29b
“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
.