This repository contains the Rust variant of the FourmiLaby Project's server (Polytech Tours DI4 S7 software engineering project) which is continued as a research/side project.
To build this project, you need first to install Rust.
Then you can easily build the project through cargo
.
# Building
cargo build # debug
cargo build --release # release
# (Building) and Running
cargo run # debug
cargo run --release # release