1 unstable release

Uses old Rust 2015

0.1.0 Apr 19, 2016

#15 in #fancy

MIT/Apache

18KB
458 lines

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

Dependencies

~120KB