Expand description
Minimal EROFS reader for extracting file contents from our own images.
Only supports the subset of EROFS that our writer produces:
- Extended inodes (64 bytes)
- Uncompressed data (FLAT_PLAIN or FLAT_INLINE)
- Sorted directory entries (binary search)
- No shared xattrs, no compression, no chunks
Structs§
- Erofs
Entry Info - Erofs
File Data Reader - Streaming reader for a regular file stored inside an EROFS image.
- Erofs
Reader - A handle to an open EROFS image for reading.
- Erofs
Tree Entry - A filesystem entry discovered while walking an EROFS image.
Enums§
Functions§
- entry_
info_ from_ erofs - read_
file_ from_ erofs - Read a file from an EROFS image file on disk.