Module params

Module params 

Source
Available on crate feature lzma only.
Expand description

Clone-able structs to build the non-clone-ables in liblzma

Structs§

LzmaFilters
Clone-able liblzma::Filters.
LzmaOptions
A builder for liblzma::LzmaOptions, so that it can be cloned
MtStreamBuilderxz-parallel
Used to build a clonable mt stream builder

Enums§

LzmaDecoderParams
Directly translate to how the stream is constructed
LzmaEncoderParams
Used to control how the LZMA stream is created.
LzmaFilter
An individual filter directly corresponding to liblzma Filters method calls