Skip to content

v0.1.5

Compare
Choose a tag to compare
@rhysd rhysd released this 29 Jun 03:37
· 48 commits to master since this release
  • Add new APIs to convert backslash paths to PathBuf. (#8, thanks @picobyte)
    • PathBuf::from_backslash converts &str into PathBuf with replacing \ on non-Windows OS
    • PathBuf::from_backslash_lossy converts &OsStr into PathBuf with replacing \ on non-Windows OS