# Functions
NewMultiReader returns a new MultiReader reading from a list of readers.
NewReader returns a new Reader reading from r.
NewWriter returns a new instance of Writer.
OpenFileMultiReader returns a MultiReader based on the path of the base snapshot.
ReadFileManifest returns a Manifest for a given base snapshot path.
# Structs
File represents a single file in a manifest.
Manifest represents a list of files in a snapshot.
MultiReader reads from a collection of snapshots.
Reader reads a snapshot from a Reader.
Writer writes a snapshot and the underlying files to disk as a tar archive.
# Interfaces
FileWriter is the interface used for writing a file to a snapshot.
# Type aliases
Files represents a sortable list of files.