(server) Add a server written in Rust

This commit is contained in:
CaicukunChiji
2025-07-08 22:50:42 +08:00
parent d9bc4ceaea
commit 6ac00bbfbb
5 changed files with 483 additions and 0 deletions

7
Server/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
/target
# Though the `logs` folder will be created at the same directory
# hierarchy of the executable (if you directly run the executable),
# this folder, however, will be created at the root directory
# of the project when running project by using `cargo run`.
/logs