Skip to content

Rust data structures and tools for representing and evaluating predicate trees.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

extremeandy/filtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filtr

Data structures and tools for representing and evaluating predicate trees.

It's a less-sophisticated version of predicates with a focus on a simple recursive structure for representing predicate trees. This structure is designed with serialisability in mind - whether via serde, or otherwise.

Please read the API documentation here.

build_status crates.io

How to use with Cargo:

[dependencies]
filtr = "0.1.0"

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 or the MIT license https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

About

Rust data structures and tools for representing and evaluating predicate trees.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages