Enum zstd_sys::ZSTD_dictLoadMethod_e [−][src]
#[repr(u32)]
pub enum ZSTD_dictLoadMethod_e {
ZSTD_dlm_byCopy,
ZSTD_dlm_byRef,
}Variants
ZSTD_dlm_byCopy
< Copy dictionary content internally
ZSTD_dlm_byRef
< Reference dictionary content – the dictionary buffer must outlive its users.
