Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 401 Bytes

Rust Route

Will do this later

Installation

  • 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