commit | 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 11:45:39 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Feb 20 11:45:39 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | b56286b09381288b8421505d3bf25d81fc5c1854 [diff] | |
parent | 6be3d7a2386514d5f623e1e94162d1794e0abef7 [diff] |
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ceaba3d04 -s ours am: 6be3d7a238 -s ours am skip reason: Change-Id I9155d0b800bf9420d933c2787c0fb7522afb8904 with SHA-1 b960b59dd1 is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9babc9825ee117493f7a8096750d5205ffc86503
“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
.