Skip to main content

DefaultEncoder

Type Alias DefaultEncoder 

Source
pub type DefaultEncoder = HeatshrinkEncoder<DEFAULT_WINDOW_BITS, DEFAULT_LOOKAHEAD_BITS, 512>;
Expand description

Encoder using the original C library parameters (W=8, L=4).

BUF = 2 << 8 = 512.

Aliased Typeยง

pub struct DefaultEncoder { /* private fields */ }