Crate gmod_lzma

Source
Expand description

util.Compress and util.Decompress but in Rust!

Constants§

SZ_ERROR_DATA
Data error
SZ_ERROR_INPUT_EOF
It needs more bytes in input buffer
SZ_ERROR_MEM
Memory allocation error
SZ_ERROR_OUTPUT_EOF
Output buffer overflow
SZ_ERROR_THREAD
Errors in multithreading functions
SZ_ERROR_UNSUPPORTED
Unsupported properties
SZ_OK
Success

Functions§

compress
🔮 util.Compress
decompress
🔮 util.Decompress

Type Aliases§

SZ
LZMA Error code