mod.rs |
Implements a simple parser and extractor for a Unix Archive.
There are two "common" formats: BSD and SysV
This crate currently only implements the SysV version, which essentially postfixes all
names in the archive with a / as a sigil for the end of the name, and uses a special symbol
index for looking up symbols faster. |
25814 |