commit | cb3a9583d3782b0ed36c30b48f755b0c944b7ce5 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Aug 06 22:21:16 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Aug 06 22:21:16 2024 +0000 |
tree | dc44f4e775e4059444cac0b89f4e6d94c47a3f5f | |
parent | 011e1dd8112eb07c6291b2173b1eea5e8736d9a9 [diff] | |
parent | e6244de2bbc4d53b505a64034df1cdacb6001056 [diff] |
Update Android.bp by running cargo_embargo am: e6244de2bb Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/predicates-core/+/3208749 Change-Id: I618c830b361aaafc4c3917c43709496065b1c0d2 Signed-off-by: Automerger Merge Worker <[email protected]>
Traits for boolean-valued predicate functions in Rust.
predicates-core
is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.
Big thanks to futures-rs, whose slick API design informed a lot of decisions made on the API design of this library.