winpath 0.0.1

Windows path canonicalization library in Rust.
Documentation
1
2
3
4
5
6
7
# winpath.rs
Rust library for canonicalizing Windows file paths

This library provides functions for canonicalizing Windows file paths.
They are implemented in pure Rust, and do not call `GetFullPathNameW` or any similar API function.
Furthermore, these functions do not behave identically to the Windows API functions, and allow for paths to be accessed
that are not normally accessible.