winepath 0.1.0

Convert between Wine and native file paths without spawning a `winepath` process.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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:
```toml
[dependencies]
winepath = "^0.1.0"
```

## License
[MPL-2.0](./LICENSE)