feat(rust): add initial rust template

This commit is contained in:
Reed Krantz
2026-01-12 15:31:13 -06:00
parent 14fb214dad
commit 6c51c7cba0
9 changed files with 817 additions and 0 deletions

11
rust/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Generated by nix
.direnv/
result/
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk