first commit

This commit is contained in:
2025-11-09 01:06:25 +02:00
commit dbaa2feb48
28 changed files with 1551 additions and 0 deletions

9
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,9 @@
[toolchain]
channel = "nightly"
targets = [
"x86_64-unknown-linux-gnu"
]
components = [
"clippy",
"rustfmt"
]