/Serveur-FourmiLaby-Rust

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

Serveur FourmiLaby Rust

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.

Building/Running

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