mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 04:13:17 +00:00
fix link
This commit is contained in:
parent
8afe501878
commit
420b84a57a
2 changed files with 4 additions and 6 deletions
|
@ -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/)
|
||||
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue