commit | 429053b975dd0e156241ef58ef0947e2ddff2d11 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 17 07:36:30 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 07:36:30 2020 +0000 |
tree | 93e76ae5b09048b10a028880901a4ce80ce3465d | |
parent | a8bef391145121010bbb8b197f1fb62f438c3714 [diff] | |
parent | 828ffdaa437df58507d2e8801ad48601b4f8c6d8 [diff] |
Add fallible-iterator/OWNERS am: 7f8182fd8f am: 828ffdaa43 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1428802 Change-Id: Idcce957d036f92bdca28ab62f30cef1adc5e5427
“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
.