Initial commit from template

This commit is contained in:
StackClass
2026-01-08 09:19:59 +00:00
commit f5485c229f
17 changed files with 1841 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "1.89.0"
components = ["rustfmt","clippy"]
profile = "minimal"