[][src]Module librapidarchive::tar::header

Abstract representations of tar headers and utilities to generate them.

Structs

HeaderGenResult

A serialized tar header, ready for serialization into an archive.

TarHeader

An abstract representation of the data contained within a tarball header.

Enums

TarFileType

An abstract representation of the TAR typeflag field.

TarFormat

Functions

headergen

Given a directory entry's path and metadata, produce a valid HeaderGenResult for a given path.