init: Add rust workspace with toolchain version fixed on current latest stable.

script: Add github action for linting and compile checking.
This commit is contained in:
2026-03-13 21:49:17 -04:00
parent b4129eaeaf
commit 165d8ff804
3 changed files with 80 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "1.94.0"
components = ["rustfmt", "clippy", "rust-analyzer"]