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 runAlternatively, you can build and run as a release for better performance
cargo build --release && cargo run --release