Skip to main content

Crate erofs

Crate erofs 

Source
Expand description

EROFS filesystem.

Modules§

format
Raw on-disk format structs for erofs. See https://erofs.docs.kernel.org/en/latest/ondisk/core_ondisk.html for more details.
readers

Structs§

DirectoryEntry
A directory entry in the EROFS image.
DirectoryNode
A directory node in the EROFS image.
ErofsFilesystem
The filesystem implementation 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.