pub fn decompress(
input: &[u8],
window: u8,
lookahead: u8,
) -> Result<Vec<u8>, HeatshrinkError>Available on crate feature
heatshrink only.Expand description
Decompress input. The device decompresses during real transfers;
this is here for the sake of round-trip tests.