Initial commit

This commit is contained in:
Pascal Engélibert 2025-07-21 19:34:51 +02:00
commit 00d68d5165
13 changed files with 1129 additions and 0 deletions

9
rustfmt.toml Normal file
View file

@ -0,0 +1,9 @@
hard_tabs = true
newline_style = "Unix"
imports_granularity = "Crate"
unstable_features = true
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true