Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T23:42:00.000Z (over 7 years ago)
- Last Synced: 2024-10-09T07:11:05.614Z (about 1 month ago)
- Topics: cargo, cargo-subcommand, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cargo-urlcrate
[![Crate Version](https://img.shields.io/crates/v/cargo-urlcrate.svg)](https://crates.io/crates/cargo-urlcrate)
[![Travis status](https://travis-ci.org/Aaron1011/cargo-urlcrate.svg?branch=master)](https://travis-ci.org/Aaron1011/cargo-urlcrate)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/t0ooyuawtpciodl9?svg=true)](https://ci.appveyor.com/project/Aaron1011/cargo-urlcrate)
[![license-image](https://img.shields.io/badge/license-MIT-blue.svg)]()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
[![](https://i.imgur.com/TOGF9IK.jpg)]()