Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 302 Bytes

Experimental comparators for collections to be generic over.

Documentation is available at https://contain-rs.github.io/compare/compare.

To use compare with Cargo, add this to Cargo.toml:

[dependencies]
compare = "0.1"

and this to the crate root:

extern crate compare;