async-read-util

Crates.ioasync-read-util
lib.rsasync-read-util
version0.2.0
sourcesrc
created_at2021-05-01 07:55:57.714775
updated_at2021-05-01 09:09:42.100469
descriptionA collection of utilities for working with AsyncRead.
homepagehttps://github.com/gcoakes/async-read-util
repositoryhttps://github.com/gcoakes/async-read-util
max_upload_size
id391820
size13,858
Gregory Oakes (gcoakes)

documentation

https://docs.rs/async-read-util

README

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.

Commit count: 10

cargo fmt