Module path

Source
Expand description

Contains data structures to deal with Paths in the snix-castore model.

Re-exports§

pub use component::PathComponent;
pub use component::PathComponentError;

Modules§

component 🔒

Structs§

Path
Represents a Path in the castore model. These are always relative, and platform-independent, which distinguishes them from the ones provided in the standard library.
PathBuf
Represents a owned PathBuf in the castore model. These are always relative, and platform-independent, which distinguishes them from the ones provided in the standard library.