Add readme

This commit is contained in:
Invariantspace 2024-10-12 00:01:34 -07:00
parent 661ebf6e7d
commit cb3df1cade
No known key found for this signature in database
GPG key ID: EBC4A20067373921
3 changed files with 37 additions and 1 deletions

17
.gitignore vendored
View file

@ -1 +1,16 @@
/target
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
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