pub fn create_ddict_by_reference(dict_buffer: &[u8]) -> DDict<'_>
This is supported on crate feature experimental only.
Expand description

Wraps the ZSTD_createDDict_byReference() function.

The dictionary will keep referencing dict_buffer.