#file-path #wine #convert #native #process #spawning #systems

winepath

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

2 releases

0.1.1 Nov 12, 2019
0.1.0 Sep 22, 2019

#7 in #wine

MPL-2.0 license

10KB
225 lines

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


lib.rs:

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!

No runtime deps