Crate realpath_ext

Source

Structs§

RealpathBuilder
A “builder” that allows customizing options to realpath_raw().
RealpathFlags
Flags that modify path resolution.
RealpathRawBuilder
A “builder” that allows customizing options to realpath_raw().

Functions§

normpath
“Normalize” the given path.
normpath_raw
“Normalize” the given path.
realpath
Canonicalize the given path.
realpath_raw
Canonicalize the given path.