Crate utf8_path

Source
Expand description

Utility methods for creating and manipulating UTF-8 paths.

Traits§

PathToStringExt
Extension trait for getting a String from a Path.

Functions§

normalize_path
Given a path with internal . and .., normalize out those path segments.
path_relative_from
Helper to make one path relative to a directory.
path_relative_from_current_dir
Helper to convert an absolute path into a path relative to the current directory
path_relative_from_file
Helper to make a path relative to the path to a file. This is the same as [path_relative_from(file.parent()?)]
resolve_path
Helper to resolve a path that’s relative to some other path into a normalized path.
resolve_path_from_file
Helper to resolve a path that’s relative to some other path into a normalized path.