Initial commit.

This commit is contained in:
Micheal Smith
2025-08-05 01:47:11 -05:00
commit 16af21b54e
10 changed files with 3688 additions and 0 deletions

7
rustfmt.toml Normal file
View File

@@ -0,0 +1,7 @@
edition = "2024"
style_edition = "2024"
comment_width = 100
format_code_in_doc_comments = true
imports_granularity = "Crate"
imports_layout = "Vertical"
wrap_comments = true