Bug: 310602145

Clone this repo:
  1. 4d7f334 Merge "Migrate to cargo_embargo." into main am: c10e772665 am: 7ae6acf5b3 am: bd2f48b8e7 by Treehugger Robot · 5 months ago main
  2. 889fe0c Fix broken cargo2android config. am: 836639ad57 am: c4e3821d8c am: 15648af538 by Andrew Walbran · 5 months ago
  3. bd2f48b Merge "Migrate to cargo_embargo." into main am: c10e772665 am: 7ae6acf5b3 by Treehugger Robot · 5 months ago
  4. 15648af Fix broken cargo2android config. am: 836639ad57 am: c4e3821d8c by Andrew Walbran · 5 months ago
  5. 7ae6acf Merge "Migrate to cargo_embargo." into main am: c10e772665 by Treehugger Robot · 5 months ago

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.0.4"

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).

See LICENSE-APACHE, and LICENSE-MIT for details.

Credits

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