pub const TELL_NO_CHECK: u32 = liblzma_sys::LZMA_TELL_NO_CHECK; // 1u32Expand description
A flag passed when initializing a decoder, causes Stream::process to return
Error::NoCheck if the stream being decoded has no integrity check.
pub const TELL_NO_CHECK: u32 = liblzma_sys::LZMA_TELL_NO_CHECK; // 1u32A flag passed when initializing a decoder, causes Stream::process to return
Error::NoCheck if the stream being decoded has no integrity check.