PSeitz / lz4_flex

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

empty input on frame compression #116

Closed PSeitz closed 1 year ago

PSeitz commented 1 year ago

frame compression roundtrips should work with empty input

PSeitz commented 1 year ago

Related issue https://github.com/ouch-org/ouch/pull/163#discussion_r1108965151