https://github.com/aaron1011/cargo-urlcrate
A tool to add crate URLs to Cargo's output.
https://github.com/aaron1011/cargo-urlcrate
cargo cargo-subcommand rust
Last synced: about 1 year ago
JSON representation
A tool to add crate URLs to Cargo's output.
- Host: GitHub
- URL: https://github.com/aaron1011/cargo-urlcrate
- Owner: Aaron1011
- License: mit
- Created: 2017-06-11T05:17:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T23:42:00.000Z (about 9 years ago)
- Last Synced: 2025-03-11T12:11:18.532Z (over 1 year ago)
- Topics: cargo, cargo-subcommand, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cargo-urlcrate
[](https://crates.io/crates/cargo-urlcrate)
[](https://travis-ci.org/Aaron1011/cargo-urlcrate)
[](https://ci.appveyor.com/project/Aaron1011/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
[]()