init repo

This commit is contained in:
2026-04-22 20:55:36 +02:00
commit 0155516457
32 changed files with 7712 additions and 0 deletions

7
.cargo/config.toml Normal file
View File

@@ -0,0 +1,7 @@
[alias]
r = "run"
rr = "run --release --no-default-features"
c = "check"
t = "test"
nt = "nextest run"
cl = "clippy --workspace --all-targets --all-features -- -D warnings"