commit | 7467f935254484c4778a96f5ed0761b13c1aacbf | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Fri Aug 02 22:15:57 2024 +0000 |
committer | Wei Li <[email protected]> | Mon Aug 05 13:24:34 2024 -0700 |
tree | 0d8feaca401117fd0402a61434f12a4052e16198 | |
parent | 225a971adb80f8aad32912fd7cdd4561c321e72e [diff] |
Cleanup license metadata in external/rust/crates/fallible-iterator. Symlink file LICENSE is added in Android codebase and points to file LICENSE-APACHE, so use it in Android.bp. Bug: 346390141 Change-Id: I88c00b3c85977800bf59d0db4e687cab150ea741 Test: CIs
“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
.