crates-index-diff 0.1.0

Learn what's changed in the crates.io index
Documentation

Build Status

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 = "*"

Add this to your lib ...

extern crate crates_index_diff;