This commit is contained in:
kud1ing 2014-10-12 14:12:17 +02:00
parent 8afe501878
commit 420b84a57a
2 changed files with 4 additions and 6 deletions

View file

@ -148,9 +148,9 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
* [hyperium/hyper](https://github.com/hyperium/hyper) — [<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 [<img src="https://travis-ci.org/vhbit/curl-rs">](https://travis-ci.org/vhbit/curl-rs.svg?branch=master)
* [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings
* Server
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [<img src="https://travis-ci.org/erickt/rust-mongrel2">](https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master)
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2) — [Mongrel2](http://mongrel2.org) bindings [<img src="https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master">](https://travis-ci.org/erickt/rust-mongrel2)
* [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/) [<img src="https://travis-ci.org/iron/iron">](https://travis-ci.org/iron/iron.svg?branch=master)
* [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/)

View file

@ -260,14 +260,12 @@ DATA = \
"vhbit/curl-rs": {
"url": "https://github.com/vhbit/curl-rs",
"descr": md_link('libcurl', 'http://curl.haxx.se/libcurl/') + " bindings",
"travis_url": "https://travis-ci.org/vhbit/curl-rs.svg?branch=master",
"travis_badge": "https://travis-ci.org/vhbit/curl-rs"
},
"erickt/rust-mongrel2": {
"url": "https://github.com/erickt/rust-mongrel2",
"descr": md_link('Mongrel2', 'http://mongrel2.org') + " bindings",
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master",
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2"
"travis_url": "https://travis-ci.org/erickt/rust-mongrel2",
"travis_badge": "https://travis-ci.org/erickt/rust-mongrel2.svg?branch=master",
},
"Iron": {
"url": "http://ironframework.io/",