Skip to main content

Crate erofs

Crate erofs 

Source
Expand description

EROFS filesystem parser.

Modules§

readers

Structs§

DirectoryEntry
A directory entry in the EROFS image.
DirectoryNode
A directory node in the EROFS image.
ErofsParser
The parser for an EROFS image.
FeatureCompat
FileNode
A file node in the EROFS image.
InodeFormat
The format of the inode, containing the version and data layout.

Enums§

ErofsError
Errors that can occur while interacting with an EROFS image.
FileType
File type for a directory entry.
InodeDataLayout
The layout of the data portion of the inode.
InodeVersion
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.
ParsingError
Errors that can occur during parsing of an EROFS image.