compare 0.0.5

Experimental comparators for collections to be generic over
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`:

```toml
[dependencies]
compare = "*"
```

and this to the crate root:

```rust
extern crate compare;
```