Dev Loop cargo watch -x check -x test -x run Code Coverage linux-x86 only cargo tarpaulin --ignore-tests What CI should run cargo test cargo clippy -- -D warnings # lint cargo fmt -- --check cargo audit # secure Expand macro cargo install cargo-expand cargo expand Use the nightly toolchain just for this command invocation cargo +nightly expand