Crate relative_path_utils

Source
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ยง

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