cargo-careful

Execute Rust code with extra runtime checks and assertions

brewmacoslinux
Try with needOr install directly
Source

About

Execute Rust code carefully, with extra checking along the way

Commands

cargo-careful

Examples

Run a Rust project with careful execution checks$ cargo careful run
Build and test a project with extra safety checks enabled$ cargo careful test
Execute a specific binary with careful validation$ cargo careful run --bin my_program