Enum zstd_safe::DParameter
source · [−]pub enum DParameter {
WindowLogMax(u32),
Format(FrameFormat),
StableOutBuffer(bool),
ForceIgnoreChecksum(bool),
RefMultipleDDicts(bool),
}Expand description
A decompression parameter.
Variants
WindowLogMax(u32)
Format(FrameFormat)
This is supported on crate feature
experimental only.See FrameFormat.
StableOutBuffer(bool)
This is supported on crate feature
experimental only.ForceIgnoreChecksum(bool)
This is supported on crate feature
experimental only.RefMultipleDDicts(bool)
This is supported on crate feature
experimental only.