Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/goto-bus-stop/winepath
- Owner: goto-bus-stop
- License: mpl-2.0
- Created: 2019-09-22T13:21:27.000Z (about 5 years ago)
- Default Branch: default
- Last Pushed: 2021-05-01T11:02:34.000Z (over 3 years ago)
- Last Synced: 2024-04-13T22:33:01.197Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)