Begin rust rewrite

This commit is contained in:
Rémi BERTHO 2022-09-05 14:16:10 +02:00
parent 0dc8c22491
commit dfcbd9cecf
Signed by: dalan
GPG key ID: EE3B917931C07B64
22 changed files with 23822 additions and 1096 deletions

15
.gitignore vendored
View file

@ -102,3 +102,18 @@ ENV/
# Others
*.db
*.db:encryptable
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDE
.idea