2 releases
0.1.1 | Nov 12, 2019 |
---|---|
0.1.0 | Sep 22, 2019 |
#8 in #wine
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
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!