1 2 3 4 5 6 7 8 9 10 11 12 13 14
all: lint build test doc lint: cargo clippy -- -D warnings build: cargo build test: cargo check cargo test doc: cargo doc