[−][src]Module async_compression::tokio_02::write
This is supported on
feature="tokio-02"
only.Types which operate over AsyncWrite
streams, both encoders and
decoders for various formats.
Structs
BrotliDecoder | feature="tokio-02" and feature="brotli" A brotli decoder, or decompressor. |
BrotliEncoder | feature="tokio-02" and feature="brotli" A brotli encoder, or compressor. |
BzDecoder | feature="tokio-02" and feature="bzip2" A bzip2 decoder, or decompressor. |
BzEncoder | feature="tokio-02" and feature="bzip2" A bzip2 encoder, or compressor. |
DeflateDecoder | feature="tokio-02" and feature="deflate" A deflate decoder, or decompressor. |
DeflateEncoder | feature="tokio-02" and feature="deflate" A deflate encoder, or compressor. |
GzipDecoder | feature="tokio-02" and feature="gzip" A gzip decoder, or decompressor. |
GzipEncoder | feature="tokio-02" and feature="gzip" A gzip encoder, or compressor. |
LzmaDecoder | feature="tokio-02" and feature="lzma" A lzma decoder, or decompressor. |
LzmaEncoder | feature="tokio-02" and feature="lzma" A lzma encoder, or compressor. |
XzDecoder | feature="tokio-02" and feature="xz" A xz decoder, or decompressor. |
XzEncoder | feature="tokio-02" and feature="xz" A xz encoder, or compressor. |
ZlibDecoder | feature="tokio-02" and feature="zlib" A zlib decoder, or decompressor. |
ZlibEncoder | feature="tokio-02" and feature="zlib" A zlib encoder, or compressor. |
ZstdDecoder | feature="tokio-02" and feature="zstd" A zstd decoder, or decompressor. |
ZstdEncoder | feature="tokio-02" and feature="zstd" A zstd encoder, or compressor. |