Migrate 25 crates to monorepo. am: ebbc0ec18a

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

Change-Id: Id7338f713733e97fd84cdc0a225b76b6f4b55137
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 28a6ee5a5c7a1fae0bee375c007fafee0e37f6f4
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. LICENSE-APACHE
  6. LICENSE-MIT
  7. METADATA
  8. MODULE_LICENSE_APACHE2
  9. OWNERS
  10. 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.