Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in the LZ4 streaming format.
go get github.com/pierrec/lz4No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compress a string using the LZ4 frame format.
Use the frame-level NewReader/NewWriter for most use cases.
No dependency data recorded yet.