| Crates.io | cargo-fancy |
| lib.rs | cargo-fancy |
| version | 0.1.0 |
| created_at | 2016-04-19 00:53:28.659686+00 |
| updated_at | 2016-04-19 00:53:28.659686+00 |
| description | Fancy output for Cargo as a subcommand. |
| homepage | https://github.com/alexcrichton/cargo-fancy |
| repository | https://github.com/alexcrichton/cargo-fancy |
| max_upload_size | |
| id | 4786 |
| size | 29,022 |
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!
cargo install cargo-fancy
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
-Z time-passes