commit | 959b9938cd9b4543f47f0f97ce8089fb15355d6b | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Mon Aug 23 09:19:34 2021 -0700 |
committer | Joel Galenson <[email protected]> | Mon Aug 23 09:19:34 2021 -0700 |
tree | 710d6bc210ac01ea7cfb4a6d38bc30671819e265 | |
parent | 7ceaba3d0491dd1b8c259cfb7dee53de22b7905a [diff] |
Update TEST_MAPPING Test: None Change-Id: I73fedcd4a224d8e917986b1a2eabc2606aa7d700
“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
.