Expand description
The Git based index implementation
Structs§
- Change
git
- An individual change to a crate in the crates.io index, returned by the changes iterator.
- Changes
git
- An iterator over individual changes, see
GitIndex::changes
for more. - Crates
git
- Iterator over all crates in the index. Skips crates that failed to parse.
Constants§
- URL
- The default URL of the crates.io index for use with git, see
GitIndex::with_path