Skip to main content

DeflateLevel

Type Alias DeflateLevel 

Source
pub type DeflateLevel = DeflateLevel;

Aliased Type§

pub enum DeflateLevel {
    Fast = 1,
    Balanced = 6,
    Best = 9,
}

Variants§

§

Fast = 1

The fastest possible compression mode.

§

Balanced = 6

The conserative choice between speed and ratio.

§

Best = 9

The best compression available with Deflate.