summaryrefslogtreecommitdiff
path: root/README.md
blob: 27cc0b7435ccad73797bc40416957fd561db266f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# codec2-sys

Rust system bindings for the [codec2](https://github.com/drowe67/codec2) library.

Automagically generated via [bindgen](https://github.com/rust-lang/rust-bindgen).

## Usage

Install with `cargo add`:

```bash
$ cargo add codec2-sys
```

Or add manually to your `Cargo.toml`:

```
codec2-sys = "1.0.0"
```

## License

[LGPL-2.1](LICENSE)