Versions in this module Expand all Collapse all v1 v1.1.0 Apr 26, 2026 v1.0.0 Apr 25, 2026 Changes in this version + var Lz4Levels = map[int]lz4.CompressionLevel + func CompressLz4(source io.Reader, out io.Writer, level int) error + func DecompressTar(source io.Reader, dest string) error + func PackageTar(source string, writer io.Writer) error + func PackageTarFS(source fs.FS, writer io.Writer) error