[][src]Crate 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!

Structs

WineConfig

The main conversion struct: create one of these to do conversions.

WinePath

A file path within Wine. Wrapper around a string.

Enums

WinePathError

Error type.