Skip to content

Instantly share code, notes, and snippets.

@stormslowly
Created October 24, 2025 09:09
Show Gist options
  • Select an option

  • Save stormslowly/2c14bfae7a33fa33c8bd253e471c7c52 to your computer and use it in GitHub Desktop.

Select an option

Save stormslowly/2c14bfae7a33fa33c8bd253e471c7c52 to your computer and use it in GitHub Desktop.
let path_win = Path::new("d:\\test\\index.js");
let path_posix = Path::new("d:/test/index.js");
assert_eq!(path_posix, path_win)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment