Crates.io | cargo-buildw |
lib.rs | cargo-buildw |
version | 0.2.0 |
created_at | 2025-09-23 11:09:18.246455+00 |
updated_at | 2025-09-23 11:21:43.091053+00 |
description | Silence cargo build warnings |
homepage | https://github.com/5GameMaker/cargo-buildw |
repository | |
max_upload_size | |
id | 1851319 |
size | 11,580 |
Silence warnings on run/build without settings RUSTFLAGS
or modifying the source.
$ 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.
$ cargo install cargo-buildw