# implib-rs
[](https://github.com/messense/implib-rs/actions?query=workflow%3ACI)
[](https://crates.io/crates/implib)
[](https://docs.rs/implib/)
Generate Windows import library from module definition file in Rust.
## Installation
Add it to your `Cargo.toml`:
```toml
[dependencies]
implib = "0.3"
```
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.