Expand description
Capability-based standard directories.
Structs§
- Ambient
Authority - Instances of this
AmbientAuthoritytype serve to indicate that theambient_authorityfunction has been called, indicating that the user has explicitly opted into using ambient authority. - Project
Dirs ProjectDirscomputes the cache, config or data directories for a specific application, which are derived from the standard directories and the name of the project/organization.- User
Dirs UserDirsprovides paths of user-facing standard directories, following the conventions of the operating system the library is running on.
Functions§
- ambient_
authority - Return an
AmbientAuthorityvalue, which allows use of functions that include anAmbientAuthorityargument.