From 1f23ff9c01c39dedf7769e6e9f24473905f4d84c Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Thu, 4 Dec 2014 02:56:04 -0800 Subject: [PATCH] Update the descriptions for Iron and Hyper Iron used to, but no longer really bares any similarity to Express. The description for hyper now describes what it is. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4194d0..294df4e 100644 --- a/README.md +++ b/README.md @@ -163,16 +163,16 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * Core * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) — will be replaced by [Teepee](http://teepee.rs/) [](https://travis-ci.org/chris-morgan/rust-http) - * [hyperium/hyper](https://github.com/hyperium/hyper) — [](https://travis-ci.org/hyperium/hyper) + * [hyperium/hyper](https://github.com/hyperium/hyper) — HTTP implementation [](https://travis-ci.org/hyperium/hyper) * Client * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings * [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings * Server - * [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/iron/iron) + * [Iron](http://ironframework.io/) — Middleware-based Server Framework [](https://travis-ci.org/iron/iron) * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/nickel-org/nickel.rs) ## Resources * [Rust by Example](http://rustbyexample.com/) * [Rust CI](http://www.rust-ci.org) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects -* [Rust Guidelines](http://aturon.github.io) \ No newline at end of file +* [Rust Guidelines](http://aturon.github.io)