pub struct CDict<'a>(_, _);Expand description
Compression dictionary.
Implementations
pub fn create_by_reference(
dict_buffer: &'a [u8],
compression_level: CompressionLevel
) -> Self
This is supported on crate feature
experimental only.