Crates.io | winepath |
lib.rs | winepath |
version | 0.1.1 |
source | src |
created_at | 2019-09-22 13:22:56.846935 |
updated_at | 2019-11-12 13:00:30.096734 |
description | Convert between Wine and native file paths without spawning a `winepath` process. |
homepage | https://github.com/goto-bus-stop/winepath |
repository | https://github.com/goto-bus-stop/winepath |
max_upload_size | |
id | 166803 |
size | 28,149 |
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!
In Cargo.toml:
[dependencies]
winepath = "^0.1.0"