Crate ra_ap_paths
source ·Expand description
Thin wrappers around [camino::path], distinguishing between absolute and
relative paths.
Structs§
- Wrapper around an absoluteUtf8Path.
- AUtf8PathBufthat is guaranteed to be absolute.
- Wrapper around a relativeUtf8Path.
- Wrapper around a relativeUtf8PathBuf.
- An iterator over theUtf8Components of aUtf8Path.
- A slice of a UTF-8 path (akin tostr).
- An owned, mutable UTF-8 path (akin toString).
Enums§
- A single component of a path.
- Windows path prefixes, e.g.,C:or\\server\share.