cargo::sources::registry

Module remote

source
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 .crate files are downloaded as needed and cached locally.