Struct deflate::CompressionOptions [] [src]

pub struct CompressionOptions {
    pub max_hash_checks: u16,
    pub lazy_if_less_than: u16,
    pub special: SpecialOptions,
}

A struct describing the options for a compressor or compression function.

These values are not stable and still subject to change!

Fields

Methods

impl CompressionOptions
[src]

Returns compression settings rouhgly corresponding to the High settings In zlib and miniz.

Trait Implementations

impl Default for CompressionOptions
[src]

Returns the options describing the default compression level.