Versions in this module Expand all Collapse all v0 v0.1.1 Jul 11, 2026 Changes in this version + var ErrAppleFrame = errors.New("lz4: malformed Apple LZ4 frame") + func DecompressApple(src []byte) ([]byte, error) + func DecompressAppleStream(dst io.Writer, src io.Reader) (int64, error) v0.1.0 Jun 26, 2026 Changes in this version + func CompressBlock(src []byte) []byte + func DecompressBlock(src []byte, dstCap int) ([]byte, error)