Rust xdg-user-dir Projects
-
directories-rs
a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
Project mention: [ANN] Released `config-finder`, a crate to easily help your CLI app find all its config files | reddit.com/r/rust | 2022-11-06I suppose I shouldn't be surprised to see this pop up about two weeks after there was no response to this reply on #47: Support for using ~/.config on Mac for command line apps on directories-rs:
-
dirs-rs
a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
Project mention: Why the Windows Registry sucks technically (2010) | news.ycombinator.com | 2022-07-29There are several libraries that handle directory for you in the appropriate OS-specific manner.
One Rust example being https://github.com/dirs-dev/dirs-rs
> The library provides the location of these directories by leveraging the mechanisms defined by
> the XDG base directory and the XDG user directory specifications on Linux and Redox
> the Known Folder API on Windows
> the Standard Directories guidelines on macOS
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Rust xdg-user-dirs related posts
Index
Project | Stars | |
---|---|---|
1 | directories-rs | 500 |
2 | dirs-rs | 415 |