whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

Allow direct access to the XDG paths #4

Closed tbu- closed 8 years ago

tbu- commented 8 years ago

I don't know if that goes too far against the library's philosophy, but it would be kind of nice to have, because applications like cargo might have their own path management.

whitequark commented 8 years ago

Simple getters of course do not go against the library's philosophy--it would be perfectly reasonable to e.g. display the list of paths to be searched to an operator, among other things.

tbu- commented 8 years ago

@whitequark Fixed the documentation.

tbu- commented 8 years ago

Thanks for merging!