Crate ar [] [src]

A library for encoding/decoding Unix archive files.

This library provides utilities necessary to manage Unix archive files (as generated by the standard ar command line utility) abstracted over a reader or writer. This library provides a streaming interface that avoids having to ever load a full archive entry into memory.

The API of this crate is meant to be similar to that of the tar crate.

Structs

Archive

A structure for reading archives.

Builder

A structure for building archives.

Entry

Representation of an archive entry.

Header

Representation of an archive entry header.