This commit is contained in:
Henri Bourcereau 2025-12-30 16:26:37 +01:00
parent a1b566c37f
commit b844050f43
4 changed files with 136 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/target
# These are backup files generated by rustfmt
**/*.rs.bk
.devenv*