
[](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 = "9"
```
# Notes…
## …about collapsing of the crates.io history
Usually every 6 months the crates.io index repository's history is collapse for improved performance. This library handles that case gracefully.