STARS kernel Rust edition
To build the starsrust server you need the Rust compiler. Please refer to https://rust-lang.org/ and follow the instructions.
Then execute the following command in the project directory.
Debug (Debug prints are activated)
cargo build
Release (Optimizations enabled)
cargo build --release