aiowrap

Crates.ioaiowrap
lib.rsaiowrap
version0.1.0
sourcesrc
created_at2020-02-16 11:53:34.264395
updated_at2020-02-16 11:53:34.264395
descriptionSmall helpers for using AsyncRead/AsyncWrite
homepage
repositoryhttps://github.com/FauxFaux/aiowrap
max_upload_size
id209749
size13,164
Chris West (FauxFaux)

documentation

README

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.

Commit count: 11

cargo fmt