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