Initial commit

This commit is contained in:
davidon-top 2023-12-08 20:12:52 +00:00 committed by GitHub
commit 8afbd6324d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1406 additions and 0 deletions

11
.rustfmt.toml Normal file
View file

@ -0,0 +1,11 @@
condense_wildcard_suffixes = true
edition = "2021"
fn_single_line = true
format_code_in_doc_comments = true
format_macro_matchers = true
hard_tabs = true
match_block_trailing_comma = true
imports_granularity = "Crate"
newline_style = "Unix"
group_imports = "StdExternalCrate"
tab_spaces = 4