Skip to content

AsyncBufRead and dependency fix

Compare
Choose a tag to compare
@sagebind sagebind released this 26 Feb 04:28
· 15 commits to master since this release
3c8f2e1

Added

  • PipeReader now also implements AsyncBufRead.(#8)

Fixed

  • Fix io feature of futures-util missing from dependencies, causing a compile error if the feature was not being implicitly enabled by some other dependency (like dev dependencies). (#10, #11) @ignatenkobrain