cargo-clone is a Cargo subcommand which will eventually be bundled with Cargo.
cargo-clone can be used to fetch the source code of a Rust crate.
It can be installed by using the install subcommand
cargo install --git https://github.com/JanLikar/cargo-clone
and can be used like this:
cargo clone [options] [<crate>]