commit | 6be3d7a2386514d5f623e1e94162d1794e0abef7 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 10:08:18 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Feb 20 10:08:18 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | fc9643fc81bfbe767fa37e70489f06ca327d1139 [diff] | |
parent | 7ceaba3d0491dd1b8c259cfb7dee53de22b7905a [diff] |
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ceaba3d04 -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: I9a44c22855c5801ffdc960233d1d3bdf3c7b1b64
“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
.