Crates.io | aiowrap |
lib.rs | aiowrap |
version | 0.1.0 |
source | src |
created_at | 2020-02-16 11:53:34.264395 |
updated_at | 2020-02-16 11:53:34.264395 |
description | Small helpers for using AsyncRead/AsyncWrite |
homepage | |
repository | https://github.com/FauxFaux/aiowrap |
max_upload_size | |
id | 209749 |
size | 13,164 |
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
.