mirror of
https://github.com/ProgrammingRust/examples
synced 2024-11-15 06:12:49 +00:00
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
A simple web server, in Rust
This program uses the Iron
framework to implement a simple web server in Rust.
Run the program with cargo run
, visit http://localhost:3000/
, and then ask
it to compute the greatest common denominator of some numbers for you!