3 unstable releases

Uses old Rust 2015

0.1.1 Nov 24, 2018
0.1.0 Nov 24, 2018
0.0.1 Nov 7, 2018

#12 in #canonicalization

43 downloads per month

MIT/Apache

15KB
399 lines

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.

Dependencies

~175KB