Crate minilzo3
Source - Error
- Convenience Error type
- compress
- Compress input into output buffer, optionally with a header written to the front of the output
buffer.
- compress_vec
- Convenience function to compress input into an appropriately sized output buffer, optionally
with a header.
- decompress
- Decompress input into output. Will ignore any header if present in the input.
- decompress_vec
- Convenience function to handle vec allocation for decompression, taking into account the header.
- max_compress_len
- Calculate the max compressed len of an input.
- Result