standard-directories 0.1.0

Retrieve the standard directories for common purposes like configuration files and data files.
Documentation
  • Coverage
  • 33.33%
    2 out of 6 items documented0 out of 2 items with examples
  • Size
  • Source code size: 6.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 656.34 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • silvasch

standard-directories

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.