commit | 77c9a641f269c9ac1d16325eeee4a1fea6704b3c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 17 14:11:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 14:11:20 2020 +0000 |
tree | 93e76ae5b09048b10a028880901a4ce80ce3465d | |
parent | 97035a2f2314f244baf71ca1d3d0ea19d13eea75 [diff] | |
parent | 455a8a8c8433980ff12686caf46e030c9ec883df [diff] |
Add fallible-iterator/OWNERS am: 7f8182fd8f am: 828ffdaa43 am: 429053b975 am: 455a8a8c84 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1428802 Change-Id: Ie0850653fc66f165caa3ca4f5b0a4298bc260be6
“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
.