Struct zstd::dict::EncoderDictionary [−][src]
pub struct EncoderDictionary<'a> { /* fields omitted */ }
Expand description
Prepared dictionary for compression
A dictionary can include its own copy of the data (if it is 'static
), or it can merely point
to a separate buffer (if it has another lifetime).