yamaf: initial commit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-11-08 21:45:18 +05:30
commit a805f58243
10 changed files with 1376 additions and 0 deletions

3
rust-toolchain Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2025-11-06"
components = [ "rustfmt", "clippy", "rust-src", "rust-analyzer" ]