commit | 35681ff8edaac30a4a9e426c20f78267784050ec | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 02:57:43 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Feb 17 02:57:43 2022 +0000 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | bf9dc6615de1e080760e7a3659c6df7ac5998c7e [diff] | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] |
Snap for 8191477 from 76712f208ca671a581a3503cbccd418f32c5e9ce to tm-frc-media-swcodec-release Change-Id: Ia83063675c36fc587f65974d9a00fdab52fd4a45
“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
.