winepath 0.1.1

Convert between Wine and native file paths without spawning a `winepath` process.
Documentation
  • Coverage
  • 91.67%
    11 out of 12 items documented3 out of 8 items with examples
  • Size
  • Source code size: 27.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • goto-bus-stop/winepath
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • goto-bus-stop

winepath

Convert between Wine and native file paths without spawning a winepath process.

This crate implements the conversion logic in much the same way as Wine itself.

Only for use on systems that have Wine!

Installation

In Cargo.toml:

[dependencies]
winepath = "^0.1.0"

License

MPL-2.0