| commit | 876bc47a876576d772edac48d4a6857c4aba08e2 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 06 23:13:01 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Aug 06 23:13:01 2024 +0000 |
| tree | 0d8feaca401117fd0402a61434f12a4052e16198 | |
| parent | 6532a354750e8b81e6acaac533a6f47dae672364 [diff] | |
| parent | b0de9cc51569b4a706a5d84099364374a9aa4de2 [diff] |
Snap for 12190251 from b0de9cc51569b4a706a5d84099364374a9aa4de2 to 25D4-release Change-Id: I22b9e376f1110d9d7722f4d3980a76212dd99520
“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.