winpath 0.1.1

Windows path canonicalization library in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 26.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 881.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DemiMarie/winpath.rs
    0 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DemiMarie

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.