[](https://travis-ci.org/Byron/crates-index-diff-rs)
[](https://ci.appveyor.com/project/Byron/crates-index-diff-rs/branch/master)
[](https://crates.io/crates/crates-index-diff)
A library to easily retrieve changes between different revisions of the crates.io index.
It will only need a bare clone, which saves resources.
# Usage
Add this to your Cargo.toml
```toml
[dependencies]
crates-index-diff = "*"
```
Add this to your lib ...
```Rust
extern crate crates_index_diff;
```