Available on crate feature
lzma
only.Expand description
Clone-able structs to build the non-clone-ables in liblzma
Structs§
- Lzma
Filters - Clone-able
liblzma::Filters
. - Lzma
Options - A builder for liblzma::LzmaOptions, so that it can be cloned
- MtStream
Builder xz-parallel
- Used to build a clonable mt stream builder
Enums§
- Lzma
Decoder Params - Directly translate to how the stream is constructed
- Lzma
Encoder Params - Used to control how the LZMA stream is created.
- Lzma
Filter - An individual filter directly corresponding to liblzma Filters method calls