Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 505 Bytes

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