Initial proof of concept

This commit is contained in:
Zachary Levy
2025-03-09 12:13:14 -07:00
commit e06e76e46b
55 changed files with 4508 additions and 0 deletions

8
rustfmt.toml Normal file
View File

@ -0,0 +1,8 @@
imports_granularity = "Module"
format_strings = true
wrap_comments = true
match_block_trailing_comma = true
enum_discrim_align_threshold = 25
fn_call_width = 100
comment_width = 120
single_line_if_else_max_width = 100