Initial Commit

This commit is contained in:
bluepython508
2026-01-26 15:35:41 +00:00
commit 0f31af9dae
8 changed files with 3096 additions and 0 deletions

4
toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer", "rust-src", "clippy" ]
profile = "default"