crates-index-diff 10.0.0

Learn what's changed in the crates.io index
Documentation
![Rust](https://github.com/Byron/crates-index-diff-rs/workflows/Rust/badge.svg)
[![crates.io version](https://img.shields.io/crates/v/crates-index-diff.svg)](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.