assert-rs / predicates-rs

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

Add `AsPath` to `eq_file` #62

Closed epage closed 6 years ago

epage commented 6 years ago

A user should be able to pass a string in here.

epage commented 6 years ago

In general, we should probably audit for using different As and Into traits for our factory functions.

epage commented 6 years ago

Fixed by #67