This commit is contained in:
2025-01-12 09:58:08 +01:00
commit 4299ea3d9a
16 changed files with 3285 additions and 0 deletions

6
rustfmt.toml Normal file
View File

@@ -0,0 +1,6 @@
version = "Two"
unstable_features = true
imports_granularity = "Item"
group_imports = "One"
use_field_init_shorthand = true
max_width = 150