Skip to content

Byron/crates-index-diff-rs

Repository files navigation

Rust crates.io version

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

[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.