Update Android.bp by running cargo_embargo am: 0693abd352 am: bf0780bcd0

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/predicates-core/+/3080232

Change-Id: I8fdc02fa61a340d5b1c15250462035561ee1023f
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 14c1d6f0d1dd9d6f7519478e46e59762064ea9ac
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. cargo_embargo.json
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. OWNERS
  11. README.md
README.md

predicates-core

Traits for boolean-valued predicate functions in Rust.

Build Status Documentation License Crates.io

Changelog

License

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.

Credits

Big thanks to futures-rs, whose slick API design informed a lot of decisions made on the API design of this library.