mirror of
https://git.proxmox.com/git/pxar
synced 2025-04-28 12:56:45 +00:00
![]() This exposes `decoder::aio::TokioReader<T>` in a similar manner to `decoder::sync::StandardReader<T>`, which is necessary if one wants to remain generic over `T: tokio::io::AsyncRead`, e.g.: > struct FooDecoder<T: tokio::io::AsyncRead> { > decoder: aio::Decoder<aio::TokioReader<T>>, > } Signed-off-by: Max Carrara <m.carrara@proxmox.com> |
||
---|---|---|
.cargo | ||
debian | ||
examples | ||
src | ||
tests | ||
.buildbot.yml | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
rustfmt.toml | ||
TODO.rst |