We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is follow-up for #32.
The Rust std library recently got better support for handling special Windows paths in rust-lang/rust#89174 (stabilized in 1.58.0).
std
While going through the PR, I noticed some other path prefixes that I was not aware of: https://github.com/rust-lang/rust/pull/89174/files#diff-1d1bc84d05775ebd4b147542747b8e57edf520a54935771ce1d85f383596aa64R169-R174
And digging even further, I have seen some sources claim that way Windows handles paths is incredibly complex: https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html (All I can really say is that the 36-year lineage of Windows did not do it any favors.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is follow-up for #32.
The Rust
std
library recently got better support for handling special Windows paths in rust-lang/rust#89174 (stabilized in 1.58.0).While going through the PR, I noticed some other path prefixes that I was not aware of: https://github.com/rust-lang/rust/pull/89174/files#diff-1d1bc84d05775ebd4b147542747b8e57edf520a54935771ce1d85f383596aa64R169-R174
And digging even further, I have seen some sources claim that way Windows handles paths is incredibly complex: https://googleprojectzero.blogspot.com/2016/02/the-definitive-guide-on-win32-to-nt.html (All I can really say is that the 36-year lineage of Windows did not do it any favors.)
The text was updated successfully, but these errors were encountered: