All Projects → assert-rs → predicates-rs

assert-rs / predicates-rs

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Boolean-valued predicate functions in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to predicates-rs

libra
Java Predicate, supports SQL-like syntax
Stars: ✭ 30 (-70.87%)
Mutual labels:  predicates
de9im
DE-9IM spatial predicate library implemented in Javascript.
Stars: ✭ 22 (-78.64%)
Mutual labels:  predicates
tiinvo
Functions for tacit programming and functional types for TypeScript and JavaScript.
Stars: ✭ 36 (-65.05%)
Mutual labels:  predicates

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 = "2.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).

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].