mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 19:10:49 +00:00
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.
This commit is contained in:
parent
17c10a9f25
commit
1f23ff9c01
@ -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/) [<img src="https://travis-ci.org/chris-morgan/rust-http.svg?branch=master">](https://travis-ci.org/chris-morgan/rust-http)
|
||||
* [hyperium/hyper](https://github.com/hyperium/hyper) — [<img src="https://travis-ci.org/hyperium/hyper.svg?branch=master">](https://travis-ci.org/hyperium/hyper)
|
||||
* [hyperium/hyper](https://github.com/hyperium/hyper) — HTTP implementation [<img src="https://travis-ci.org/hyperium/hyper.svg?branch=master">](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/) [<img src="https://travis-ci.org/iron/iron.svg?branch=master">](https://travis-ci.org/iron/iron)
|
||||
* [Iron](http://ironframework.io/) — Middleware-based Server Framework [<img src="https://travis-ci.org/iron/iron.svg?branch=master">](https://travis-ci.org/iron/iron)
|
||||
* [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) [<img src="https://travis-ci.org/nickel-org/nickel.rs.svg?branch=master">](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)
|
||||
* [Rust Guidelines](http://aturon.github.io)
|
||||
|
Loading…
Reference in New Issue
Block a user