Crate install_dirs

Source

Modules§

dirs

Macros§

parse_env
Parses the compile-time environment into an instance of InstallDirs. Note: This returns an owning structure and is not const. Likely you will want to either store this, or it’s canonical representation, Inside a lazy_static!.