Skip to content

Commit 1a2f9c3

Browse files
committed
Init
0 parents  commit 1a2f9c3

13 files changed

+1487
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
.idea

.rustfmt.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
edition = "2018"
2+
imports_layout = "Vertical"
3+
merge_imports = true
4+
reorder_imports = true
5+
reorder_modules = true
6+
#report_fixme = "Always"
7+
#report_todo = "Always"

0 commit comments

Comments
 (0)