Skip to content

Commit

Permalink
Merge branch 'release/v0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Aug 25, 2022
2 parents 099e018 + b1bf6fb commit a82fe88
Show file tree
Hide file tree
Showing 10 changed files with 1,892 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .gitignore
@@ -1,10 +1,2 @@
# Generated by Cargo
# will have compiled files and executables
/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
target/
.DS_Store
2 changes: 2 additions & 0 deletions .rustfmt.toml
@@ -0,0 +1,2 @@
error_on_line_overflow = true
imports_layout = "HorizontalVertical"

0 comments on commit a82fe88

Please sign in to comment.