Module tree

Module tree 

Source
Expand description

A filesystem tree which stores regular files using the composefs strategy of inlining small files, and having an external fsverity reference for larger ones.

Re-exports§

pub use crate::generic_tree;
pub use crate::generic_tree::ImageError;
pub use crate::generic_tree::Stat;

Enums§

RegularFile
Represents a regular file’s content storage strategy in composefs.

Type Aliases§

Directory
A directory in the filesystem tree, specialized for composefs regular files.
FileSystem
A complete filesystem tree, specialized for composefs regular files.
Inode
An inode representing either a directory or a leaf node, specialized for composefs regular files.
Leaf
A leaf node in the filesystem tree (file, symlink, or device), specialized for composefs regular files.
LeafContent
Content of a leaf node in the filesystem tree, specialized for composefs regular files.