🎉 Initial Commit

This commit is contained in:
Lucy 2022-06-22 12:22:30 -04:00
parent 3a58d654ee
commit 5b9527461f
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 654 additions and 0 deletions

19
.rustfmt.toml Normal file
View file

@ -0,0 +1,19 @@
edition = "2021"
hard_tabs = true
merge_derives = true
newline_style = "Unix"
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
# Unstable formatting options below; remove if you REALLY don't wanna use `cargo +nightly fmt`
unstable_features = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_strings = true
imports_indent = "Block"
imports_granularity = "Crate"
normalize_comments = true
overflow_delimited_expr = true
reorder_impl_items = true
wrap_comments = true