Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 173 Bytes

BUILD.md

File metadata and controls

9 lines (9 loc) · 173 Bytes

Testing

# Must have no warnings/errors to pass CI
cargo build && \
cargo test && \
cargo doc && \
cargo fmt --all -- --check && \
cargo clippy -- -D warnings