winer 0.1.3

Helper library for Wine
Documentation
# winer

Helper library for Wine

[![license][license badge]][repo]
[![crates.io version][crates.io version badge]][crate]
[![docs.rs documentation][docs.rs badge]][docs]

Currently supports Wine version APIs.

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

[repo]: https://github.com/xotty/winer
[crate]: https://crates.io/crates/winer
[docs]: https://docs.rs/winer

[license badge]: https://img.shields.io/github/license/xotty/winer?style=flat
[crates.io version badge]: https://img.shields.io/crates/v/winer?style=flat
[docs.rs badge]: https://img.shields.io/docsrs/winer?style=flat