Module git

Source
Expand description

The Git based index implementation

Structs§

Changegit
An individual change to a crate in the crates.io index, returned by the changes iterator.
Changesgit
An iterator over individual changes, see GitIndex::changes for more.
Cratesgit
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