cargo-firstpage

Crates.iocargo-firstpage
lib.rscargo-firstpage
version0.1.2
sourcesrc
created_at2021-08-29 10:19:59.84066
updated_at2021-08-29 11:03:51.827815
descriptionShows only the first page of rustc output
homepagehttps://github.com/cecton/cargo-firstpage
repositoryhttps://github.com/cecton/cargo-firstpage
max_upload_size
id443694
size19,427
Cecile Tonglet (cecton)

documentation

README

cargo-first-page

Shows only the first page of rustc output.

Installation

cargo install cargo-firstpage

Usage

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"
Commit count: 6

cargo fmt