[][src]Module librapidarchive::tar

tar archive format definitions and serializers.

Modules

header

Abstract representations of tar headers and utilities to generate them.

label

Code dealing with global headers, which we call labels.

recovery

Recovery code for handling surprise recoverable failures (e.g. volume full) necessary for spanning

Functions

canonicalized_tar_path

Given a filesystem path and the file's type, canonicalize the path for tar archival.

serialize

Given a traversal result, attempt to serialize it's data as tar format data in the given tarball writer.