cjbassi / platform-dirs-rs

A Rust library for obtaining platform dependant directory paths for application and user directories

Home Page:https://docs.rs/platform-dirs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a private method to AppDirs to allow specifying the environment

cjbassi opened this issue · comments

Would help with testing and allow us to not modify environmental variables.

Example: https://github.com/whitequark/rust-xdg/blob/master/src/lib.rs#L228