aiowrap 0.1.0

Small helpers for using AsyncRead/AsyncWrite
Documentation

aiowrap

A couple of utilities that I have ended up wanting in various projects, around futures::io::AsyncRead streams.

  • ShortRead is an intentionally, controllably naughty AsyncRead for testing.
  • DequeReader is an AsyncBufRead which can be arbitrarily extended.

Documentation

Please read the aiowrap documentation on docs.rs.

License

MIT or Apache 2.0.