jiwonz/dirs
v0.1.2 ·
A library for lune that provides config/cache/data paths. Heavily inspired by dirs-rs
dirs-lune
A library for lune that provides config/cache/data paths. Heavily inspired (almost port) by dirs-rs
Installation
Install via pesde.
pesde add jiwonz/dirs
Limitations
Since lune cannot do low-level operations and does not have ffi functionality, dirs-lune
has the following limitations:
- Lacks
getpwuid_r
checking (on linux) - Paths of Windows known folders are returned via
Powershell
(on windows)