Module tvix_castore::path
source · Expand description
Contains data structures to deal with Paths in the tvix-castore model.
Re-exports§
pub use component::PathComponent;
pub use component::PathComponentError;
Modules§
Structs§
- 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.
- 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.