Expand description
§winer
Helper library for Wine
Currently supports Wine version APIs.
println!("{}", winer::get_build_str().unwrap_or("N/A"));
Structs§
- Host
Version - Host system information
- Info
- Wine version information
Constants§
- SYSTEM_
WINE_ VERSION_ INFORMATION - Wine extension of system information class
Functions§
- get_
build - Gets Wine build by calling
wine_get_build_id
inntdll
. - get_
build_ str - Gets Wine build string, a convenient helper that maps
get_build
. - get_
host_ version - Gets host system information by calling
wine_get_host_version
. - get_
info - Gets Wine version information.
- get_
version - Gets Wine version by calling
wine_get_version
inntdll
under the hood. - get_
version_ str - Gets Wine version string, a convenient helper that maps
get_version
. - is_wine
- Tells whether the program is running under Wine.