Structs§
- A reader that contains a detected file format.
- A utility struct to keep track of the current archive stack. This is useful when processing nested archives - it supports pushing and popping archives from the stack, and provides the current nested path - including all previous nested paths.
- Represents the details of a FileEntry, including its path and size.
- A FileEntry represents a file in an archive, along with its format and size. It can be used to read the file’s contents, and can also be used to visit the contents of an archive.
Enums§
- Supported file/compression formats.