Crate cargo_clone

source ·
Expand description

A library to create a local clone of a Cargo package.

This fetches the repository for a package as defined in the repository field of a Cargo package. If there is no repository, it can also fetch the .crate file from crates.io.

Structs

  • A struct containg all url and workspace information necessary to clone a crate.

Enums

Constants

Functions

  • A helper function for cloning a crate into the current working directory.