Crates.io | cargo-firstpage |
lib.rs | cargo-firstpage |
version | 0.1.2 |
source | src |
created_at | 2021-08-29 10:19:59.84066 |
updated_at | 2021-08-29 11:03:51.827815 |
description | Shows only the first page of rustc output |
homepage | https://github.com/cecton/cargo-firstpage |
repository | https://github.com/cecton/cargo-firstpage |
max_upload_size | |
id | 443694 |
size | 19,427 |
Shows only the first page of rustc output.
cargo install cargo-firstpage
Prefix the cargo command by firstpage
:
This will run cargo check
but display only the first page:
cargo firstpage check
You can use it with cargo-watch like this:
cargo watch -x "firstpage check"