commit | 948b466a008158a81f04a5acccc71bb70a50db10 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Nov 05 15:24:10 2020 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Thu Nov 05 15:24:10 2020 +0100 |
tree | 5e487a2233865465fe247f68f3aa5d1185fb4eda | |
parent | 555350262ebfe503774933ed4e00fc965cb83799 [diff] |
TEST_MAPPING: test dependers of this crate Bug: 168167373 Test: TH Change-Id: I85f216ddbc9a86e6936869d4ef5cf5c6783fdc88
“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
.