Move new code

This commit is contained in:
Kevin Yue
2024-01-16 05:23:44 -05:00
parent 1a98c3b863
commit b32c0416ce
80 changed files with 9908 additions and 0 deletions

8
rustfmt.toml Normal file
View File

@@ -0,0 +1,8 @@
max_width = 100
hard_tabs = false
tab_spaces = 2
newline_style = "Unix"
reorder_imports = true
reorder_modules = true
edition = "2021"
merge_derives = true