Expand description
A generic metadata-only filesystem tree where regular files can be stored however the caller wants.
Structs§
- Directory
- A directory node containing named entries.
- File
System - A complete filesystem tree with a root directory.
- Leaf
- A leaf node representing a non-directory file.
- Stat
- File metadata similar to
struct statfrom POSIX.
Enums§
- Image
Error - Errors that can occur when working with filesystem images.
- Inode
- A filesystem inode representing either a directory or a leaf node.
- Leaf
Content - Content types for leaf nodes (non-directory files).