commit | 7ceaba3d0491dd1b8c259cfb7dee53de22b7905a | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Feb 20 00:24:18 2021 -0800 |
committer | Xin Li <[email protected]> | Sat Feb 20 00:24:18 2021 -0800 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | a1d4b1edfb593a3c6f7f15733c68b97d72d9e962 [diff] | |
parent | b960b59dd16e30053fbcbd80f2bca8e4b96259f1 [diff] |
Mark ab/7061308 as merged in stage. Bug: 180401296 Merged-In: I9155d0b800bf9420d933c2787c0fb7522afb8904 Change-Id: I5f8c86d34fbbc1238ea1604bf83e6265013eb887
“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
.