verify_checksum: bool = truewindow_buffer: []u8Recommended amount by the standard. Lower than this may result in inability to decompress common streams.
pub const default_window_buffer_len = 8 * 1024 * 1024pub const DecompressorOptions = struct {
verify_checksum: bool = true,
window_buffer: []u8,
/// Recommended amount by the standard. Lower than this may result
/// in inability to decompress common streams.
pub const default_window_buffer_len = 8 * 1024 * 1024;
}