Skip to content

Commit d806a09

Browse files
committed
Add a section on the async ecosystem to showcase crates that use async-std
1 parent 6d69a3e commit d806a09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@ documentation] on how to enable them.
120120
[cargo-add]: https://github.com/killercup/cargo-edit
121121
[features documentation]: https://docs.rs/async-std/#features
122122

123+
## Ecosystem
124+
125+
* [async-tls](https://crates.io/crates/async-tls) — Async TLS/SSL streams using **Rustls**.
126+
127+
* [async-native-tls](https://crates.io/crates/async-native-tls)**Native TLS** for Async. Native TLS for futures and async-std.
128+
129+
* [async-tungstenite](https://crates.io/crates/async-tungstenite) — Asynchronous **WebSockets** for async-std, tokio, gio and any std Futures runtime.
130+
131+
* [Tide](https://crates.io/crates/tide) — Serve the web. A modular **web framework** built around async/await.
132+
133+
* [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.
134+
135+
* [Surf](https://crates.io/crates/surf) — Surf the web. Surf is a friendly **HTTP client** built for casual Rustaceans and veterans alike.
136+
123137
## License
124138

125139
<sup>

0 commit comments

Comments
 (0)