assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
175 stars 29 forks source link

Focus on extension traits #36

Closed epage closed 6 years ago

epage commented 6 years ago

Existing "extra" functionality is now in extension traits. This is a step to help pull Predicate in a separate crate and to set the pattern / standard for other helpers, like the ones added here.