AsyncBufRead and dependency fix
Added
PipeReader
now also implementsAsyncBufRead
.(#8)
Fixed
- Fix
io
feature offutures-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