Module posish::path[][src]

Filesystem path operations.

Structs

DecInt

Format an integer into a decimal Path component, without constructing a temporary PathBuf or String. This is used for opening paths such as /proc/self/fd/<fd> on Linux.

Traits

Arg

A trait for passing path arguments. This is similar to AsRef<Path>, but is implemented for more kinds of strings and can convert into more kinds of strings.