# Functions
CreateTar creates a new tar file with all the contents of a directory.
CreateTarFilter creates a new tar file of the given files, with the given filter.
ExtractDir extracts all the contents of the tar file to the given directory.
ExtractDirFilter extracts a tar file with the given filter.
ListArchive lists the contents of the given tar archive.
NoFilter does not filter or modify any files.
SafeFilter filters out all files which are not regular and not directories.
VerboseFilter prints the name of every file.
VerboseLogFilter logs the name of every file.
# Type aliases
Filter is applied to each file while creating or extracting a tar archive.