Crate ts_path

Source
Expand description

§ts-path

Helpers for working with paths

Traits§

DisplayPath
Extension trait to display a path.
NormalizePath
Extension trait to call crate::normalize_path on a path.
RelativePath
Extension trait to get the relative path.

Functions§

display_path
Opinionated display for a path:
normalize_path
Normalize a path using only the components of the path.
relative_path
Returns the path to navigate from a source path to a target path.