commit | 9739845482e582c2a03bba1c017c21b27e893c2c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Mar 23 22:53:09 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Mar 23 22:53:09 2022 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] | |
parent | 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 [diff] |
Snap for 8347268 from 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 to mainline-go-extservices-release Change-Id: Ia4cb375c99189158aa8b017d1925060f855e21a7
“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
.