blob: 56c1334af1db4f54fd87ca04a715ae2479100737 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"fn":[["inflate","Try to decompress from `input` to `output` with the given [`InflateState`]"]],"struct":[["FullReset","Full reset of the state, including zeroing memory."],["InflateState","A struct that compbines a decompressor with extra data for streaming decompression."],["MinReset","Resets state, without performing expensive ops (e.g. zeroing buffer)"],["ZeroReset","Resets state and zero memory, continuing to use the same data format."]],"trait":[["ResetPolicy","Tag that determines reset policy of InflateState"]]};