Re-exports
pub use crate::liblz4::version;
Modules
This module provides access to the block mode functions of the lz4 C library.
It somehow resembles the Python-lz4 api,
but using Rust’s Option type, the function parameters have been a little simplified.
As does python-lz4, this module supports prepending the compressed buffer with a u32 value
representing the size of the original, uncompressed data.