commit | 331eaa8f64d744c534356ac5f32d514558cde2d6 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Thu May 26 10:58:07 2022 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu May 26 10:58:07 2022 -0700 |
tree | ea2064391cf28f7d9b30c1c8ea4bc9aacdda9b42 | |
parent | 405866219aa8711352db6f21ca4447de21993e67 [diff] |
Update TEST_MAPPING Test: None Bug: 233924440 Change-Id: I323574d588201a6c0404d93ccf18deecffa3487d
“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
.