cargo-buildw

Crates.iocargo-buildw
lib.rscargo-buildw
version0.2.0
created_at2025-09-23 11:09:18.246455+00
updated_at2025-09-23 11:21:43.091053+00
descriptionSilence cargo build warnings
homepagehttps://github.com/5GameMaker/cargo-buildw
repository
max_upload_size
id1851319
size11,580
Buj (5GameMaker)

documentation

README

Cargo build/run silence warnings

Silence warnings on run/build without settings RUSTFLAGS or modifying the source.

Usage

$ cargo runw

Works exactly the same as build/run, but if -W<warning>/-W <warning> or --silence-warning <warning> is specified, that warning gets silenced. -Wall or --silence-warnings disables all warnings.

Importantly, specifying --message-format will disable cargo-buildw since that could potentially mess with it.

Installation

$ cargo install cargo-buildw

Commit count: 0

cargo fmt