A rust template

This commit is contained in:
bluepython508
2023-12-12 21:51:35 +00:00
parent 3ee80f4734
commit c35a075586
9 changed files with 997 additions and 0 deletions

4
rust-tmpl/toolchain.toml Normal file
View File

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