Crate xz4rust

Crate xz4rust 

Source
Expand description

§xz4rust

Memory safe pure Rust no-std & no alloc XZ decoder

Structs§

XzDecoder
XzReader
XzStaticDecoder
Xz decoder that can be placed in static memory. The Xz decoder is not a small data structure, so putting it in static memory may be a good idea if stack space is not guaranteed to be available.

Enums§

XzCheckType
XzError
XzNextBlockResult

Constants§

DICT_SIZE_MAX
Maximum possible dictionary size.
DICT_SIZE_MIN
Minimum possible dictionary size.
DICT_SIZE_PROFILE_0
Dictionary size of files created with “xz -0
DICT_SIZE_PROFILE_1
Dictionary size of files created with “xz -1
DICT_SIZE_PROFILE_2
Dictionary size of files created with “xz -2
DICT_SIZE_PROFILE_3
Dictionary size of files created with “xz -3
DICT_SIZE_PROFILE_4
Dictionary size of files created with “xz -4
DICT_SIZE_PROFILE_5
Dictionary size of files created with “xz -5
DICT_SIZE_PROFILE_6
Dictionary size of files created with “xz -6
DICT_SIZE_PROFILE_7
Dictionary size of files created with “xz -7
DICT_SIZE_PROFILE_8
Dictionary size of files created with “xz -8
DICT_SIZE_PROFILE_9
Dictionary size of files created with “xz -9