Module tvix_castore::path

source ·
Expand description

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

Re-exports§

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.