Expand description
Access to a Git index based registry. See RemoteRegistry for details.
Structs
- A remote registry is a registry that lives at a remote URL (such as crates.io). The git index is cloned locally, and
.cratefiles are downloaded as needed and cached locally.