Enum zstd_safe::FrameFormat [−][src]
#[repr(u32)]
pub enum FrameFormat {
One,
Magicless,
}Variants
Regular zstd format.
Skip the 4 bytes identifying the content as zstd-compressed data.
#[repr(u32)]
pub enum FrameFormat {
One,
Magicless,
}Regular zstd format.
Skip the 4 bytes identifying the content as zstd-compressed data.