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

An enum representation of supported cloning methods.

Constants

https://api.bitbucket.org/2.0/repositories

https://github.com

https://gitlab.com

https://crates.io

Functions

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