| commit | d0125e5e0a4d9c74d5570194ac2fa64bcb4f34a0 | [log] [tgz] |
|---|---|---|
| author | android-build-team Robot <android-build-team-robot@google.com> | Sun Feb 21 00:04:57 2021 +0000 |
| committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Feb 21 00:04:57 2021 +0000 |
| tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
| parent | 7f148deeb6bce3c11a417eecbc235591d0143704 [diff] | |
| parent | 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 [diff] |
Snap for 7160059 from 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 to sc-d1-release Change-Id: I1325f5776351aa90061e10b06b4b89dbea8d8a79
“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.