mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-06 12:45:32 +00:00
async-std Issue #907
This commit is contained in:
parent
11196c853d
commit
0ae7823d81
1 changed files with 10 additions and 8 deletions
18
README.md
18
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
|
||||
|
||||
<sup>
|
||||
|
|
Loading…
Reference in a new issue