1 stable release
Uses old Rust 2015
1.0.1 | Jun 11, 2017 |
---|
#616 in Cargo plugins
9KB
159 lines
cargo-urlcrate
A tool to add crate URLs to Cargo's output.
Bored waiting for a crate's dependencies to compile? cargo-urlcrate makes it easy to read about interesting crates while you wait.
Installation
cargo-urlcrate
is a Cargo subcommand, and can be installed with cargo install
:
$ cargo install cargo-urlcrate
It can then be run as cargo urlcrate [subcommand]
from any Cargo project
Usage
Simply prefix any normal Cargo subcommand, such as build
or run
, with cargo urlcrate
.
For example:
$ cargo urlcrate build
Sample Output
Dependencies
~5MB
~106K SLoC