https://github.com/messense/implib-rs
Generate Windows import library from module definition file in Rust
https://github.com/messense/implib-rs
Last synced: about 1 year ago
JSON representation
Generate Windows import library from module definition file in Rust
- Host: GitHub
- URL: https://github.com/messense/implib-rs
- Owner: messense
- License: mit
- Created: 2022-05-17T09:18:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T00:25:56.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:34:57.697Z (about 1 year ago)
- Language: Rust
- Size: 117 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.