all: lint build test doc lint: cargo clippy -- -D warnings build: cargo build test: cargo check cargo test doc: cargo doc