Initial commit

This commit is contained in:
yichuan520030910320
2025-06-30 09:05:05 +00:00
commit 46f6cc100b
1231 changed files with 278432 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# readme
run commands under disnann_rust directory.
build:
```
cargo build // Debug
cargo build -r // Release
```
run:
```
cargo run // Debug
cargo run -r // Release
```
test:
```
cargo test
```