formatted

This commit is contained in:
LunarAkai 2025-08-09 17:39:37 +02:00
commit 50526960ba
6 changed files with 101 additions and 80 deletions

View file

@ -2,4 +2,10 @@ run:
cargo run
test:
cargo test --verbose
cargo test --verbose
doc:
cargo doc --no-deps
fmt:
cargo fmt