Download the repo as a zip and extract it to a folder or
git clone https://github.com/yPiuro/rust
Download rustup (Rust lang compiler/pkg manager installer)
Complete Rust instalatiion
open cmd/powershell in the project folder and run
cargo build --release --target-dir ./build
go into the build folder then into release, your binary should be in there!