Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 175 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 175 Bytes

rest-in-rust

Rest API in Rust with Iron framework

Just say hello

Build with cargo build --release

Run with target/release/rest 8080

Access at localhost:8080/hello/world