Initial commit

This commit is contained in:
Manuel 2023-09-12 22:00:49 +02:00
commit 96ff13057f
Signed by: Manuel
GPG key ID: 4085037435E1F07A
15 changed files with 806 additions and 0 deletions

5
.rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
newline_style = "Unix"
use_small_heuristics = "Max"
use_field_init_shorthand = true
use_try_shorthand = true
hard_tabs = true