Crate relative_path [] [src]

A platform-neutral relative path structure.

This library is analogous to std::path::Path, and std::path::PathBuf, with the exception of the following characteristics:

  • It does not provide an API to manipulate the Paths in an absolute fashion.
  • The path separator is set to a fixed character (/), making it portable.

Structs

Components

Iterator over all the components in a relative path.

RelativePath

A borrowed, immutable relative path.

RelativePathBuf

An owned, mutable relative path.