Module archive

Source
Expand description

Archive definitions.

These definitions are independent of read/write support, although we do implement some traits useful for those.

Structs§

AixFileHeader
The AIX big archive’s fixed length header at file beginning.
AixHeader
The header at the start of an AIX big archive member, without name.
AixMemberOffset
Offset of a member in an AIX big archive.
Header
The header at the start of an archive member.

Constants§

AIX_BIG_MAGIC
File identification bytes at the beginning of AIX big archive.
MAGIC
File identification bytes stored at the beginning of the file.
TERMINATOR
The terminator for each archive member header.
THIN_MAGIC
File identification bytes stored at the beginning of a thin archive.