35 releases (stable)

3.1.2 Jul 25, 2024
3.1.0 Jan 15, 2024
3.0.4 Sep 18, 2023
3.0.3 Apr 13, 2023
0.3.0 Jun 26, 2017

#6 in Rust patterns

Download history 653209/week @ 2024-07-31 734309/week @ 2024-08-07 723771/week @ 2024-08-14 733303/week @ 2024-08-21 708708/week @ 2024-08-28 778421/week @ 2024-09-04 714790/week @ 2024-09-11 695489/week @ 2024-09-18 752627/week @ 2024-09-25 800295/week @ 2024-10-02 782668/week @ 2024-10-09 854579/week @ 2024-10-16 861614/week @ 2024-10-23 806857/week @ 2024-10-30 822885/week @ 2024-11-06 713021/week @ 2024-11-13

3,373,113 downloads per month
Used in 2,532 crates (972 directly)

MIT/Apache

135KB
2.5K SLoC

predicates-rs

An implementation of boolean-valued predicate functions in Rust.

Documentation License Crates.io

Changelog

Usage

First, add this to your Cargo.toml:

[dependencies]
predicates = "3.1.2"

Next, add this to your crate:

extern crate predicates;

use predicates::prelude::*;

For more information on using predicates, look at the documentation

License

predicates-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

Credits

Big thanks to futures-rs, whose slick API design informed a lot of decisions made on the API design of this library.

Dependencies

~2.3–3.5MB
~57K SLoC