# Functions
ApplyLayer applies a single layer on top of the given provided layer chain, using the provided snapshotter and applier.
ApplyLayers applies all the layers using the given snapshotter and applier.
ApplyLayersWithOpts applies all the layers using the given snapshotter, applier, and apply opts.
ApplyLayerWithOpts applies a single layer on top of the given provided layer chain, using the provided snapshotter, applier, and apply opts.
CreateDiff creates a layer diff for the given snapshot identifier from the parent of the snapshot.
InitRootFS initializes the snapshot for use as a rootfs.
# Interfaces
Mounter handles mount and unmount.