first commit

This commit is contained in:
lennlouisgeek
2026-04-16 01:55:55 +08:00
commit ccfc77b734
18 changed files with 30087 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Generated by Cargo
# will have compiled files and executables
/target
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk
/.idea
/.vscode