winepath

Crates.iowinepath
lib.rswinepath
version0.1.1
sourcesrc
created_at2019-09-22 13:22:56.846935
updated_at2019-11-12 13:00:30.096734
descriptionConvert between Wine and native file paths without spawning a `winepath` process.
homepagehttps://github.com/goto-bus-stop/winepath
repositoryhttps://github.com/goto-bus-stop/winepath
max_upload_size
id166803
size28,149
Renée (goto-bus-stop)

documentation

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:

[dependencies]
winepath = "^0.1.0"

License

MPL-2.0

Commit count: 11

cargo fmt