commit | 0528aa20869e1400ef568414d2b921c3c28566a0 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Jan 30 11:24:31 2023 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Mon Jan 30 11:24:31 2023 +0100 |
tree | 9f5dae66200d5ebde268801db3531a895baab15a | |
parent | 362b6177b28d4cb90157217eb0c92fa275e58354 [diff] |
Update TEST_MAPPING Test: atest Change-Id: Ic72a84fe0700cf0169fa57365491f6063ad828b3
“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
.