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

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