PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
441 stars 28 forks source link

Export `uncompressed_size` #54

Closed ccollie closed 2 years ago

ccollie commented 2 years ago

I'd like use decompress_into on a pooled Vec<u8> rather than the current situation of using decompress_size_prepended then dst.extend_from_slice

PSeitz commented 2 years ago

Published via 0.9.4