Crate tar [] [src]

A library for reading and writing TAR archives

This library provides utilities necessary to manage TAR archives 1 abstracted over a reader or writer. Great strides are taken to ensure that an archive is never required to be fully resident in memory, all objects provide largely a streaming interface to read bytes from.

Structs

Archive

A top-level representation of an archive file.

File

A read-only view into a file of an archive.

Files

An iterator over the files of an archive.

FilesMut

An iterator over the files of an archive.

Header

Representation of the header of a file in an archive