matthiaskrgr / cargo-clone

A cargo subcommand to fetch the source code of a Rust crate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                                      _                  
  ___ __ _ _ __ __ _  ___         ___| | ___  _ __   ___ 
 / __/ _` | '__/ _` |/ _ \ _____ / __| |/ _ \| '_ \ / _ \
| (_| (_| | | | (_| | (_) |_____| (__| | (_) | | | |  __/
 \___\__,_|_|  \__, |\___/       \___|_|\___/|_| |_|\___|
               |___/                                     

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>]...

About

A cargo subcommand to fetch the source code of a Rust crate

License:Apache License 2.0


Languages

Language:Rust 79.8%Language:Shell 15.6%Language:PowerShell 4.6%