tmpfs / binary-stream

Read and write to binary streams
MIT License
2 stars 0 forks source link

Use futures::io instead of tokio::io #6

Closed tmpfs closed 1 year ago

tmpfs commented 1 year ago

So that the async implementation is runtime agnostic.

Tokio users can use tokio_util::Compat.