predicates-rs icon indicating copy to clipboard operation
predicates-rs copied to clipboard

Boolean-valued predicate functions in Rust

Results 24 predicates-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

Should the [`eq_file` docs](https://docs.rs/predicates/latest/predicates/path/fn.eq_file.html) mention [`utf8`](https://docs.rs/predicates/latest/predicates/path/struct.BinaryFilePredicate.html#method.utf8)? With the code that is there now, a mismatch results in a somewhat opaque list of byte values. While it is not too hard...

To avoid infecting the dependency graph with potentially unwanted regex features. If the user wants extra regex features, they should enable them in their project (e.g. just add a dependency...

I am working on a todo app and I use predicates-rs to filter tasks before displaying them to the user. My `Task` struct contains a `id: TaskId` field and I...

Hi, (De-)serialization via `serde` would be a great addition to `predicates`. This would be useful when a UI has filters which should be stored (so users don't have to setup...