[−][src]Function zstd_safe::create_ddict
pub fn create_ddict(dict_buffer: &[u8]) -> DDict<'static>
ZSTD_createDDict()
Create a digested dictionary, ready to start decompression operation without startup delay.
dictBuffer can be released after DDict creation, as its content is copied inside DDict