1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-19 05:49:19 +02:00
This commit is contained in:
kud1ing 2014-12-10 20:07:59 +01:00
parent 17c10a9f25
commit 7abe9da97a
2 changed files with 4 additions and 3 deletions

View File

@ -163,12 +163,12 @@ 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) — an 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/) — a 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

View File

@ -338,6 +338,7 @@ DATA = \
},
"hyperium/hyper": {
"url": "https://github.com/hyperium/hyper",
"descr": "an HTTP implementation",
"travis_url": "https://travis-ci.org/hyperium/hyper",
"travis_badge": "https://travis-ci.org/hyperium/hyper.svg?branch=master"
},
@ -358,7 +359,7 @@ DATA = \
},
"Iron": {
"url": "http://ironframework.io/",
"descr": "inspired by " + md_link('Express', 'http://expressjs.com/'),
"descr": 'a Middleware-based server framework',
"travis_url": "https://travis-ci.org/iron/iron",
"travis_badge": "https://travis-ci.org/iron/iron.svg?branch=master",
},