commit | d3c0d57c164035111088893ac8e4aebc4be60939 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Mar 10 05:15:21 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Mar 10 05:15:21 2023 +0000 |
tree | 90609d88b716b1e6d8245a4ca5fdc02f29862ef8 | |
parent | 7e20ac0ffa34a92939724e54920c615bf5418294 [diff] | |
parent | 266681c5c2026c698b6cc5457c3b4a4575db152d [diff] |
Snap for 9722771 from 266681c5c2026c698b6cc5457c3b4a4575db152d to udc-d1-release Change-Id: I203c57de56592e0a4d282e2965e392a639b751bf
“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
.