| commit | 63cb78301c227864348a994ea97909450537a359 | [log] [tgz] |
|---|---|---|
| author | James Farrell <[email protected]> | Thu Aug 29 16:00:31 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Thu Aug 29 16:00:31 2024 +0000 |
| tree | 28a6ee5a5c7a1fae0bee375c007fafee0e37f6f4 | |
| parent | cb3a9583d3782b0ed36c30b48f755b0c944b7ce5 [diff] | |
| parent | ebbc0ec18a390e5142462d86ad43821b8badae26 [diff] |
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]>
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.