Begin rust rewrite
This commit is contained in:
parent
0dc8c22491
commit
dfcbd9cecf
22 changed files with 23822 additions and 1096 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue