onur / crates-index-diff-rs

Learn what's changed on crates.io

Home Page:https://docs.rs/crates-index-diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Learn what's changed on crates.io

https://docs.rs/crates-index-diff

License:MIT License


Languages

Language:Rust 95.1%Language:Makefile 4.9%