| Crates.io | cargo-urlcrate |
| lib.rs | cargo-urlcrate |
| version | 1.0.1 |
| created_at | 2017-06-11 23:37:47.981561+00 |
| updated_at | 2017-06-11 23:37:47.981561+00 |
| description | A Cargo wrapper which adds crate URLs to 'cargo (build/test/run)' output |
| homepage | |
| repository | https://github.com/Aaron1011/cargo-urlcrate |
| max_upload_size | |
| id | 18626 |
| size | 10,337 |
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.
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
Simply prefix any normal Cargo subcommand, such as build or run, with cargo urlcrate.
For example:
$ cargo urlcrate build