commit | c7c7e70f4129c4bbd77c51ca66a949a54b79ddb3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Dec 16 02:05:55 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Dec 16 02:05:55 2021 +0000 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | 3014f340ef05bbc5b15aa2eab9225bfb8698a527 [diff] | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] |
Snap for 8006021 from 76712f208ca671a581a3503cbccd418f32c5e9ce to tm-d1-release Change-Id: I04900ee785b965dd0a596fc6a21faeea8227f3e2
“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
.