BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
444 stars 43 forks source link

Async support #38

Closed kaimast closed 3 years ago

kaimast commented 3 years ago

Any chance this crate will support AsyncRead and AsyncWrite eventually?

BurntSushi commented 3 years ago

If they are added to std, then possibly, but I would rather see the ecosystem move to a place where async can effectively use existing Read and Write impls.