| commit | ebbc0ec18a390e5142462d86ad43821b8badae26 | [log] [tgz] |
|---|---|---|
| author | James Farrell <[email protected]> | Wed Aug 28 22:55:10 2024 +0000 |
| committer | James Farrell <[email protected]> | Wed Aug 28 22:55:10 2024 +0000 |
| tree | 28a6ee5a5c7a1fae0bee375c007fafee0e37f6f4 | |
| parent | e6244de2bbc4d53b505a64034df1cdacb6001056 [diff] |
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
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.