1 unstable release

0.1.0 Feb 16, 2020

#6 in #async-read-async-write

MIT/Apache

14KB
241 lines

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.

Dependencies

~0.9–1.3MB
~22K SLoC