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 684566/week @ 2024-08-03 724247/week @ 2024-08-10 742674/week @ 2024-08-17 759930/week @ 2024-08-24 714176/week @ 2024-08-31 747700/week @ 2024-09-07 665533/week @ 2024-09-14 757133/week @ 2024-09-21 770170/week @ 2024-09-28 800639/week @ 2024-10-05 812268/week @ 2024-10-12 866304/week @ 2024-10-19 817464/week @ 2024-10-26 839752/week @ 2024-11-02 842622/week @ 2024-11-09 708712/week @ 2024-11-16

3,357,918 downloads per month
Used in 2,535 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.2–3MB
~56K SLoC