app-dirs-rs icon indicating copy to clipboard operation
app-dirs-rs copied to clipboard

Use proper path types

Open kotauskas opened this issue 5 years ago • 0 comments

std::path::Path is the standard library's way of storing immutably borrowed paths. sanitized, app_dir and get_app_dir, however, use normal borrowed strings and try to enforce path separators via documentation, which is severely unidiomatic.

kotauskas avatar Apr 28 '20 13:04 kotauskas