initial commit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-30 09:53:40 +05:30
commit ae85e9fe85
9 changed files with 4115 additions and 0 deletions

3
rust-toolchain Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2022-10-29"
components = [ "rustfmt", "clippy", "rust-src" ]