crates-io-changes 0.1.0

A library to iterate over all changes in the crates.io index
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Crates.io Changes

This small library exposes all changes to the crates.io index file in a sorted fashion, oldest to newest.

## Usage

In you Cargo.toml, use:

```
crates-io-changes = 0.1
```

## License

MIT, see the `LICENSE` file for details