cargo-fancy

Crates.iocargo-fancy
lib.rscargo-fancy
version0.1.0
sourcesrc
created_at2016-04-19 00:53:28.659686
updated_at2016-04-19 00:53:28.659686
descriptionFancy output for Cargo as a subcommand.
homepagehttps://github.com/alexcrichton/cargo-fancy
repositoryhttps://github.com/alexcrichton/cargo-fancy
max_upload_size
id4786
size29,022
Alex Crichton (alexcrichton)

documentation

README

cargo-fancy

A couple of hours worth of hacking to produce a UI for Cargo that presents a form of compilation progress as well as what's currently being compiled. Should give you a good idea about where the compiler is as part of a compilation!

Installation

cargo install cargo-fancy

Usage

Just insert fancy into any command you want fancified!

$ cargo fancy build
$ cargo fancy test
$ cargo fancy build --release -j3 --manifest-path foo/Cargo.toml

Caveats

  • Does not work on Windows
  • Requires running against the nightly compiler
  • Relies on an unstable an unreliable method of timing the compiler, namely -Z time-passes
Commit count: 12

cargo fmt