Initial version 1

This commit is contained in:
Johannes Hendrik Gerard van der Weide 2024-10-01 20:48:05 +02:00
parent 9c782348fb
commit 3d1641a07d
6 changed files with 585 additions and 4 deletions

9
.gitignore vendored
View file

@ -9,13 +9,14 @@ result-*
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Added by cargo
/target