app-dirs-rs
app-dirs-rs copied to clipboard
Use P: AsRef<Path> instead of &str for path parameter
If we can resolve the mixed slashes issue on Windows, we should make [get_]app_dir generic over P: AsRef<Path>.