Crate ra_ap_paths

Source
Expand description

Thin wrappers around [camino::path], distinguishing between absolute and relative paths.

Structs§

AbsPath
Wrapper around an absolute Utf8Path.
AbsPathBuf
A Utf8PathBuf that is guaranteed to be absolute.
RelPath
Wrapper around a relative Utf8Path.
RelPathBuf
Wrapper around a relative Utf8PathBuf.
Utf8Components
An iterator over the Utf8Components of a Utf8Path.
Utf8Path
A slice of a UTF-8 path (akin to str).
Utf8PathBuf
An owned, mutable UTF-8 path (akin to String).

Enums§

Utf8Component
A single component of a path.
Utf8Prefix
Windows path prefixes, e.g., C: or \\server\share.