# Functions
Create creates a new Snapshot of directory <root> to be stored to file <outFile>.
CreateOptCarryOn sets the Snapshot creation to continue in case of filesystem error.
CreateOptExclude sets at list of gitignore-compatible exclusion pattern.
CreateOptShallow sets the Snapshot creation to skip files checksum computation.
Marshal serializes <v> in raw data for Storage in the snapshot database.
Open opens the Snapshot file at <path> in read-only mode.
Unmarshal deserializes Snapshot database <data> into <v>.
# Constants
FormatVersion represents the current snapshot file format version.
# Type aliases
CreateOpt represents a Snapshot creation option.