Expand description
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§
- Wine
Config - The main conversion struct: create one of these to do conversions.
- Wine
Path - A file path within Wine. Wrapper around a string.
Enums§
- Wine
Path Error - Error type.