Files

6 lines
115 B
Makefile
Raw Permalink Normal View History

2024-01-10 13:08:23 +01:00
check:
cargo fmt --all
cargo test
cargo clippy --all-targets --workspace -- -D warnings
2024-01-10 13:08:23 +01:00
cargo doc