1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
doc: cargo doc --open --all-features lint: cargo fmt -- --check --color always cargo clippy --all-targets -- -D warnings test: cargo test --release --all-features build: cargo build --release example: cargo run --example strings --features="string"