Skip to content

Files

Latest commit

fb695ca · May 25, 2022

History

History
20 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 600 Bytes

implib-rs

CI Crates.io docs.rs

Generate Windows import library from module definition file in Rust.

Installation

Add it to your Cargo.toml:

[dependencies]
implib = "0.3"

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.