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

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
/target
*.swp
*.swo
*~
.DS_Store