Module write

Source
Expand description

Encoder and Decoder implementing std::io::Write

Structsยง

Decoder
Streaming compression for input streams implementing std::io::Write.
DeflateDecoder
Deflate decompression Basically a wrapper to Decoder which sets the codec for you.
DeflateEncoder
Deflate compression Basically a wrapper to Encoder which sets the codec for you.
Encoder
Streaming compression for input streams implementing std::io::Write.
GzipDecoder
Gzip decompression Basically a wrapper to Decoder which sets the codec for you.
GzipEncoder
Gzip compression Basically a wrapper to Encoder which sets the codec for you.
ZlibDecoder
Zlib decompression Basically a wrapper to Decoder which sets the codec for you.
ZlibEncoder
Zlib compression Basically a wrapper to Encoder which sets the codec for you.