https://github.com/byron/crates-index-diff-rs
Learn what's changed on crates.io
https://github.com/byron/crates-index-diff-rs
Last synced: about 1 year ago
JSON representation
Learn what's changed on crates.io
- Host: GitHub
- URL: https://github.com/byron/crates-index-diff-rs
- Owner: Byron
- License: mit
- Created: 2016-12-25T10:08:45.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T07:52:58.000Z (about 1 year ago)
- Last Synced: 2025-04-26T08:03:30.379Z (about 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/crates-index-diff
- Size: 2.29 MB
- Stars: 18
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://crates.io/crates/crates-index-diff)
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
```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.