crates-index
Library for retrieving and interacting with the crates.io registry index using either the git
or sparse
protocol.
The index contains metadata for all Rust libraries and programs published on crates.io: their versions, dependencies, and feature flags.
Example
let index = new_cargo_default?;
for crate_releases in index.crates
Changelog
Please find the changelog in CHANGELOG.md.
Similar crates
tame-index
- a hard fork with many improvements and advantagescrates_io_api
- a way to talk to the HTTP API of crates.io
License
Licensed under version 2 of the Apache License