commit | 4f81e2e6125dce63dacea4a7f1ffd99185f12798 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jun 17 03:14:15 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jun 17 03:14:15 2022 +0000 |
tree | 8b2ec3df943ce6a5a5663e15ff35c6a03a5eb10b | |
parent | 337c9bd649d2ee697143712fc456d554b9d8a502 [diff] | |
parent | 270dbffbb38375cd57e49652055aabc7c00800ec [diff] |
Snap for 8736785 from 270dbffbb38375cd57e49652055aabc7c00800ec to udc-release Change-Id: Ibfe2acff6fd669e3e6bf537e3c1e1b3ea3315cbc
“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
.