#cargo-subcommand #url #output #wrapper #urlcrate

app cargo-urlcrate

A Cargo wrapper which adds crate URLs to 'cargo (build/test/run)' output

1 stable release

Uses old Rust 2015

1.0.1 Jun 11, 2017

#585 in Cargo plugins

MIT license

9KB
159 lines

cargo-urlcrate

Crate Version Travis status AppVeyor status license-image

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

~4.5MB
~101K SLoC