Crates.io | async-read-util |
lib.rs | async-read-util |
version | 0.2.0 |
source | src |
created_at | 2021-05-01 07:55:57.714775 |
updated_at | 2021-05-01 09:09:42.100469 |
description | A collection of utilities for working with AsyncRead. |
homepage | https://github.com/gcoakes/async-read-util |
repository | https://github.com/gcoakes/async-read-util |
max_upload_size | |
id | 391820 |
size | 13,858 |
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.
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.