cargo-clone 0.1.2

A cargo subcommand to fetch the source code of a Rust crate
Documentation
                                      _                  
  ___ __ _ _ __ __ _  ___         ___| | ___  _ __   ___ 
 / __/ _` | '__/ _` |/ _ \ _____ / __| |/ _ \| '_ \ / _ \
| (_| (_| | | | (_| | (_) |_____| (__| | (_) | | | |  __/
 \___\__,_|_|  \__, |\___/       \___|_|\___/|_| |_|\___|
               |___/                                     

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 using the install subcommand

cargo install cargo-clone

and can be used like this:

cargo clone [options] [<crate>]