Expand description
Archive definitions.
These definitions are independent of read/write support, although we do implement some traits useful for those.
Structs§
- AixFile
Header - 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.
- AixMember
Offset - 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.