Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goto-bus-stop/winepath

Convert between Wine and native file paths without spawning a `winepath` process.
https://github.com/goto-bus-stop/winepath

Last synced: about 22 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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