chore: initial commit

This commit is contained in:
wfx 2026-01-07 20:22:49 +01:00
commit ab93f649bd
31 changed files with 9918 additions and 0 deletions

5
rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
# rustfmt.toml
reorder_imports = false
reorder_modules = false
imports_granularity = "Preserve"
group_imports = "Preserve"