1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
test: cargo test --all-features -- --nocapture --test-threads 1 build: cargo test --all-features lint: cargo clean cargo check cargo clippy run: cargo run --example simple doc: cargo doc --open