#
async-std
Here are 38 public repositories matching this topic...
e-rhodes
commented
Mar 17, 2022
Summary
The enums generated by sea_orm_cli (those placed in sea_orm_active_enums, referencing databse enums) can derive copy, since they never have struct variants.
Motivat
good first issue
Good for newcomers
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
-
Updated
Mar 23, 2022 - Rust
Rust library for interfacing with AWS S3 and other API compatible services
rust
yandex
async
aws-s3
s3
tokio
minio
rust-library
rust-s3
wasabi
backblaze-b2
exoscale
gcp-storage
async-std
-
Updated
Mar 16, 2022 - Rust
Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
-
Updated
Mar 22, 2022 - Rust
A node to control hardware devices via SSB feeds
-
Updated
Mar 4, 2021 - Rust
Secure Scuttlebutt handshake + boxstream library
-
Updated
Oct 14, 2021 - Rust
minghuaw
commented
Oct 25, 2021
#27
13
Async Rust library for the Open Sound Control (OSC) protocol
-
Updated
Feb 20, 2021 - Rust
Futures-based background work queue built with SQLx and Postgres
-
Updated
Mar 1, 2022 - Rust
Rob Pike's examples from the "Go Concurrency Patterns" talk, but in Rust
-
Updated
Dec 6, 2019 - Rust
Fastcgi client implemented for Rust.
-
Updated
Jun 21, 2021 - Rust
Just a clean boilerplate for crawling website & scrapping data with async-std, surf, scraper, colored.
-
Updated
Feb 19, 2022 - Rust
Backend Web API server for the minifarmonline.ro web store.
-
Updated
Aug 7, 2020 - Rust
Improve this page
Add a description, image, and links to the async-std topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the async-std topic, visit your repo's landing page and select "manage topics."


Most of async-std's stream utilities were written before
Stream::size_hintwas released and do not implementStream::size_hintmethod. This means that async-std's stream utilities may be a bit inefficient than other crates such as futures, tokio-stream, futures-lite, which provide similar utilities.related: rust-lang/futures-rs#1853, https://github.com/rust-lang/rus