File: README.md

package info (click to toggle)
rust-implib 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# implib-rs

[![CI](https://github.com/messense/implib-rs/workflows/CI/badge.svg)](https://github.com/messense/implib-rs/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/implib.svg)](https://crates.io/crates/implib)
[![docs.rs](https://docs.rs/implib/badge.svg)](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.