Expand description

github crates.io docs.rs

Utilities for working with relative paths.

This crate contains:

  • Root the root feature - A root directory that can be used to open files relative to it.
  • Glob the root feature - A glob pattern that can be used to match files relative to a Root.

Structs

  • Entries returned by the ReadDir iterator.
  • A compiled glob expression.
  • Metadata information about a file.
  • Options and flags which can be used to configure how a file is opened.
  • Iterator over the entries in a directory.
  • An open root directory from which relative paths can be opened.