Versions in this module Expand all Collapse all v0 v0.1.1 Sep 3, 2026 Changes in this version + const BlobsDir + const FormatVersion + const IndexFile + const RecipeFile + func Compose(dir string, w io.Writer) error + func Decompose(r io.Reader, dir string) error + type Entry struct + Blob string + Name string + Offset int64 + Size int64 + type Index struct + BLAKE3 string + Entries []Entry + Version int + func ReadIndex(dir string) (*Index, error) v0.1.0 Sep 3, 2026