# 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)