You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-rust-examples/iron-gcd
Jim Blandy 0a5ee8ea66 Cargo update for most dirs. 4 years ago
..
src Initial commit 7 years ago
.gitignore Initial commit 7 years ago
Cargo.lock Cargo update for most dirs. 4 years ago
Cargo.toml Initial commit 7 years ago
README.md Initial commit 7 years ago

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!