Project initialized

This commit is contained in:
ChristianVisintin
2020-11-07 17:48:41 +01:00
parent 16516afe01
commit 90acd5c1c2
11 changed files with 689 additions and 3 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.vscode/
# Created by https://www.gitignore.io/api/rust
# Edit at https://www.gitignore.io/?templates=rust
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
# End of https://www.gitignore.io/api/rust