2 unstable releases

0.2.0 May 1, 2021
0.1.0 May 1, 2021

#1177 in Asynchronous

MIT license

8KB
136 lines

async-read-util

A collection of utilities for working with AsyncRead. I wrote this originally to support hashing and extracting a gzipped file in the form of an futures::AsyncRead. ObservedReader is used to hash without mutating the data, and MappedReader is used to decompress the data.

Versioning

This package follows semver, but until released as 1.0 breaking changes are to be expected. Minor version bumps will be added for nearly every new feature.

Dependencies

~1–1.7MB
~34K SLoC