commit | f3cc9a77bcf5b4bcda962abaac8819f39d7b414a | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Sun Feb 21 00:05:40 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Sun Feb 21 00:05:40 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | e8c5a5bcd3716057f675aef40d77548a2ed30e0f [diff] | |
parent | 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 [diff] |
Snap for 7160059 from 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 to sc-release Change-Id: Icf5000d01e15bb7467898b0f3ba6bdc0b42f1f56
“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
.