Lonami / lzxd

https://crates.io/crates/lzxd
Apache License 2.0
14 stars 3 forks source link

Add a new `output_len` parameter to `decompress_next` and eliminate padding bytes #15

Closed DrChat closed 11 months ago

DrChat commented 11 months ago

LZX doesn't have the notion of padding bytes - instead, other implementations require the caller to provide the expected output length and the decoder continues decoding until it emits that number of bytes.