6 releases

Uses new Rust 2024

new 0.1.4 Apr 25, 2025
0.1.3 Apr 25, 2025
0.1.2 Apr 25, 2025
0.1.1 Apr 23, 2025
0.1.0 Apr 22, 2025

#147 in Windows APIs

Download history 259/week @ 2025-04-18

259 downloads per month

MIT license

12KB
195 lines

winer

Helper library for Wine

license crates.io version docs.rs documentation

Currently supports Wine version APIs.

println!("{}", winer::get_build_str().unwrap_or("N/A"));

winer

Helper library for Wine

license crates.io version docs.rs documentation

Currently supports Wine version APIs.

fn main() {
    println!("{}", winer::get_build_str());
}

Dependencies

~0–29MB
~461K SLoC