Migrate 25 crates to monorepo.

pin-project
pin-project-internal
pin-project-lite
pkcs1
pkcs8
plotters-backend
plotters-svg
ppv-lite86
predicates-core
predicates-tree
prettyplease
proc-macro2
rand
rand_chacha
rand_core
rand_xorshift
rayon
rayon-core
regex
regex-syntax
rusqlite
rustc-demangle
rustc-hash
rustversion
scopeguard

Bug: 339424309
Test: treehugger
Change-Id: Ia6d70dd2b2eea36296113bede4b4b07665e61387
2 files changed
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.