From e3d8a81df4527184137bfff1504a06b3779e2d02 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 13 Sep 2018 15:50:44 +0200 Subject: [PATCH] sort, resolve link redirection --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5529ad..90a5cc7 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Embedded -[Rust Embedded](http://www.rust-embedded.org) +[Rust Embedded](http://rust-embedded.org/) * Cross compiling * [japaric/rust-cross](https://github.com/japaric/rust-cross) — everything you need to know about cross compiling Rust programs [](https://travis-ci.org/japaric/rust-cross) @@ -1112,7 +1112,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) * [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) — an ergonomic HTTP Client for Rust. [](https://travis-ci.org/seanmonstar/reqwest) * HTTP Server - * [Saphir](https://github.com/richerarc/saphir) — A progressive web framework with low-level control, without the pain. + * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web) * [Gotham](https://github.com/gotham-rs/gotham) — A flexible web framework that does not sacrifice safety, security or speed. [](https://travis-ci.org/gotham-rs/gotham) * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) * [GildedHonour/frank_jwt](https://github.com/GildedHonour/frank_jwt) — JSON Web Token implementation in Rust. [](https://travis-ci.org/GildedHonour/frank_jwt) @@ -1122,13 +1122,13 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [Ogeon/rustful](https://github.com/Ogeon/rustful) — a RESTful web framework for Rust [](https://travis-ci.org/Ogeon/rustful) * [Rocket](https://github.com/SergioBenitez/Rocket) — Rocket is web framework for Rust (nightly) with a focus on ease-of-use, expressability, and speed [](https://travis-ci.org/SergioBenitez/Rocket) * [Rustless](https://github.com/rustless/rustless) — a REST-like API micro-framework inspired by [Grape](https://github.com/ruby-grape/grape) and [Hyper](https://github.com/hyperium/hyper) [](https://travis-ci.org/rustless/rustless) + * [Saphir](https://github.com/richerarc/saphir) — A progressive web framework with low-level control, without the pain. * [sappworks/sapper](https://github.com/sappworks/sapper) — A lightweight web framework built on async hyper, implemented in Rust language. [](https://travis-ci.org/sappworks/sapper) * [tiny-http](https://github.com/tiny-http/tiny-http) — Low level HTTP server library [](https://travis-ci.org/frewsxcv/tiny-http) * [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework in Rust [](https://travis-ci.org/tomaka/rouille) - * [oltdaniel/zap](https://github.com/oltdaniel/zap) - A lightning fast http framework for Rust [](https://travis-ci.org/oltdaniel/zap) - * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web) - * [mitum/sincere](https://github.com/mitum/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/mitum/sincere) -* [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) + * [danclive/sincere](https://github.com/danclive/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/danclive/sincere) +* * [oltdaniel/zap](https://github.com/oltdaniel/zap) - A lightning fast http framework for Rust [](https://travis-ci.org/oltdaniel/zap) + [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — lightweight, event-driven WebSockets for Rust [](https://travis-ci.org/housleyjk/ws-rs) * [snapview/tungstenite-rs](https://github.com/snapview/tungstenite-rs) — Lightweight stream-based WebSocket implementation for Rust.