#first #page #rustc #head

app cargo-firstpage

Shows only the first page of rustc output

3 releases

0.1.2 Aug 29, 2021
0.1.1 Aug 29, 2021
0.1.0 Aug 29, 2021

#607 in Cargo plugins

46 downloads per month

MIT/Apache

8KB
51 lines

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"

Dependencies

~445–690KB