Module generic_tree

Module generic_tree 

Source
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.
FileSystem
A complete filesystem tree with a root directory.
Leaf
A leaf node representing a non-directory file.
Stat
File metadata similar to struct stat from POSIX.

Enums§

ImageError
Errors that can occur when working with filesystem images.
Inode
A filesystem inode representing either a directory or a leaf node.
LeafContent
Content types for leaf nodes (non-directory files).