From 0ae7823d819f6058230a510b03a866053234e0d7 Mon Sep 17 00:00:00 2001 From: kydos Date: Tue, 3 Nov 2020 11:48:26 +0100 Subject: [PATCH] async-std Issue #907 --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0e1b593d..c8f2ad96 100644 --- a/README.md +++ b/README.md @@ -126,23 +126,25 @@ documentation] on how to enable them. [features documentation]: https://docs.rs/async-std/#features ## Ecosystem - - * [async-tls](https://crates.io/crates/async-tls) — Async TLS/SSL streams using **Rustls**. - + + * [async-tls](https://crates.io/crates/async-tls) — Async TLS/SSL streams using **Rustls**. + * [async-native-tls](https://crates.io/crates/async-native-tls) — **Native TLS** for Async. Native TLS for futures and async-std. - + * [async-tungstenite](https://crates.io/crates/async-tungstenite) — Asynchronous **WebSockets** for async-std, tokio, gio and any std Futures runtime. - + * [Tide](https://crates.io/crates/tide) — Serve the web. A modular **web framework** built around async/await. * [SQLx](https://crates.io/crates/sqlx) — The Rust **SQL** Toolkit. SQLx is a 100% safe Rust library for Postgres and MySQL with compile-time checked queries. * [Surf](https://crates.io/crates/surf) — Surf the web. Surf is a friendly **HTTP client** built for casual Rustaceans and veterans alike. - + * [Xactor](https://crates.io/crates/xactor) — Xactor is a rust actors framework based on async-std. - + * [async-graphql](https://crates.io/crates/async-graphql) — A GraphQL server library implemented in rust, with full support for async/await. - + + * [zenoh](https://crates.io/crates/zenoh) - An async Rust communication framework that provides extremely efficient **pub/sub** and **distributed queries**. + ## License