Working application

This commit is contained in:
elvis
2025-10-17 21:42:41 +02:00
parent 3472a31584
commit 617af61d7c
35 changed files with 8725 additions and 0 deletions

18
.rustfmt.toml Normal file
View File

@ -0,0 +1,18 @@
edition = "2024"
unstable_features = true
max_width = 80
match_arm_blocks = false
match_arm_leading_pipes = "Always"
match_block_trailing_comma = true
imports_granularity = "Module"
newline_style = "Unix"
overflow_delimited_expr = true
enum_discrim_align_threshold = 20
group_imports = "StdExternalCrate"
struct_field_align_threshold = 5
trailing_semicolon = true
type_punctuation_density = "Wide"
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true