Expand description
Library offering an API to query operating system specific paths.
Structs§
- Directories
- The main type of this library. Create one via
Directories::with_prefix
and use it to query operation system specific paths, such as configuration directories.
Enums§
- Dirs
Error - Error that is returned when the operation system’s interfaces cannot be queried for the path information.
Type Aliases§
- Result
- A specialized
Result
type for this library.