crates-index-diff 1.0.1

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

Build Status linux+osx Build status windows 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 = "*"

Add this to your lib ...

extern crate crates_index_diff;