Crates.io | predicates-core |
lib.rs | predicates-core |
version | 1.0.8 |
source | src |
created_at | 2018-07-30 23:24:52.223852 |
updated_at | 2024-07-25 14:35:16.695396 |
description | An API for boolean-valued predicate functions. |
homepage | https://github.com/assert-rs/predicates-rs/tree/master/crates/core |
repository | https://github.com/assert-rs/predicates-rs/tree/master/crates/core |
max_upload_size | |
id | 76727 |
size | 26,341 |
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.