chore: intial commit

This commit is contained in:
2026-08-03 10:19:36 +07:00
commit 9809b986af
10 changed files with 9921 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
edition = "2024"
style_edition = "2024"
tab_spaces = 4
newline_style = "Auto"
reorder_imports = true
reorder_modules = true
reorder_impl_items = true
indent_style = "Block"
normalize_comments = false
imports_granularity = "Module"
group_imports = "StdExternalCrate"