1 2 3 4 5 6 7
lint: cargo fmt --check cargo clippy --all-features -- -Dwarnings test: cargo test cargo test --all-features