Skip to content

Commit d4e8c59

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ 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-native-tls](https://crates.io/crates/async-native-tls) — Native **TLS** for Async. Native TLS for futures and async-std.
126+
127+
* [async-tungstenite](https://crates.io/crates/async-tungstenite) — Asynchronous **WebSockets** for async-std, tokio, gio and any std Futures runtime.
128+
129+
* [Tide](https://crates.io/crates/tide) — Serve the web. A modular **web framework** built around async/await.
130+
131+
* [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.
132+
133+
* [Surf](https://crates.io/crates/surf) — Surf the web. Surf is a friendly **HTTP client** built for casual Rustaceans and veterans alike.
134+
123135
## License
124136

125137
<sup>

0 commit comments

Comments
 (0)