Crate oodle_safe
source ·Expand description
Structs§
- Options to use for compression.
Enums§
- Bool enum for the LZ decoder to check the CRC of the compressed data.
- Set of compression levels.
- Set of compression algorithms.
- Thread phase for threaded decompression.
- Controls the amount of internal threading used by the compressor.
- Decoder profile to target.
- Verbosity level for LZ decompression.
Constants§
- The number of raw bytes per seek chunk
- Return value of compress and decompress on failure
- Maximum value of max_local_dictionary_size in CompressOptions
Functions§
- Compress some data from memory to memory synchronously.
- Decompress some data from memory to memory synchronously.