# relative-path-utils [github](https://github.com/udoprog/relative-path) [crates.io](https://crates.io/crates/relative-path-utils) [docs.rs](https://docs.rs/relative-path-utils) [build status](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