[−][src]Crate lz4
Re-exports
pub use liblz4::version; |
Modules
block | 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. |
liblz4 |
Structs
Decoder | |
Encoder | |
EncoderBuilder |
Enums
BlockMode | |
BlockSize | |
ContentChecksum |