| Crates.io | standard-directories |
| lib.rs | standard-directories |
| version | 0.1.0 |
| created_at | 2025-08-26 18:50:40.201823+00 |
| updated_at | 2025-08-26 18:50:40.201823+00 |
| description | Retrieve the standard directories for common purposes like configuration files and data files. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1811671 |
| size | 6,068 |
Retrieve the standard directories for common purposes like configuration files and data files.
This crate was primarily developed for mural-sync, but it is completely
standalone and can be used in any Rust project. However, the focus of the crate
will always be on supporting mural-sync's needs. Since mural-sync currently
only supports Linux, standard-directories also supports Linux exclusively.
Furthermore. mural-sync only requires a config directory and a data directory, so
other standard directories like xdg's XDG_STATE_HOME, XDG_CACHE_HOME and
XDG_RUNTIME_DIR are not supported.