Expand description
EROFS filesystem parser.
Modules§
Structs§
- Directory
Entry - A directory entry in the EROFS image.
- Directory
Node - A directory node in the EROFS image.
- Erofs
Parser - The parser for an EROFS image.
- Feature
Compat - File
Node - A file node in the EROFS image.
- Inode
Format - The format of the inode, containing the version and data layout.
Enums§
- Erofs
Error - Errors that can occur while interacting with an EROFS image.
- File
Type - File type for a directory entry.
- Inode
Data Layout - The layout of the data portion of the inode.
- Inode
Version - The version of the on-disk format of the inode. Can be either 32-byte compact or 64-byte extended.
- Node
- A node in the EROFS image.
- Parsing
Error - Errors that can occur during parsing of an EROFS image.