Skip to content

Commit a82fe88

Browse files
committed
Merge branch 'release/v0.0.1'
2 parents 099e018 + b1bf6fb commit a82fe88

File tree

10 files changed

+1892
-12
lines changed

10 files changed

+1892
-12
lines changed

.gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
3-
/target/
4-
5-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
8-
9-
# These are backup files generated by rustfmt
10-
**/*.rs.bk
1+
target/
2+
.DS_Store

.rustfmt.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
error_on_line_overflow = true
2+
imports_layout = "HorizontalVertical"

0 commit comments

Comments
 (0)