# relative-path-utils
[](https://github.com/udoprog/relative-path)
[](https://crates.io/crates/relative-path-utils)
[](https://docs.rs/relative-path-utils)
[](https://github.com/udoprog/relative-path/actions?query=branch%3Amain)
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`].
[`Root`]: https://docs.rs/relative-path-utils/latest/relative_path_utils/struct.Root.html
[`Glob`]: https://docs.rs/relative-path-utils/latest/relative_path_utils/struct.Glob.html