Will do this later
- Install rust
curl https://sh.rustup.rs -sSf | sh
- Clone the repo
git clone https://github.com/TetieWasTaken/route-rs.git
- Build and run the project
cargo build && cargo run
Alternatively, you can build and run as a release for better performance
cargo build --release && cargo run --release