1 2 3 4 5 6 7
test: cargo test --all before-push: cargo fmt --all cargo clippy --all-targets --all-features -- -D warnings cargo test --all