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.Please read the aiowrap documentation on docs.rs.
MIT or Apache 2.0
.