Module remote

Source
Expand description

Access to a Git index based registry. See RemoteRegistry for details.

Structs§

RemoteRegistry
A remote registry is a registry that lives at a remote URL (such as crates.io). The git index is cloned locally, and .crate files are downloaded as needed and cached locally.