Skip to content

TSnake41/Serveur-FourmiLaby-Rust

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published