Expand description
This holds types describing nodes in the snix-castore model.
Re-exports§
pub use directory::Directory;
pub use symlink_target::SymlinkTarget;
pub use symlink_target::SymlinkTargetError;
Modules§
Enums§
- A Node is either a directory, file or symlink. Nodes themselves don’t have names, what gives them names is either them being inside a Directory, or a root node with a name attached adjacently.