xz2
0.1.7
Module write
Module Items
Structs
In crate xz2
xz2
Module
write
Copy item path
Source
Expand description
Writer-based compression/decompression streams
Structs
ยง
XzDecoder
A compression stream which will have compressed data written to it and will write uncompressed data to an output stream.
XzEncoder
A compression stream which will have uncompressed data written to it and will write compressed data to an output stream.