blob: a78c0417c15c4b4a34eb2b1f83e8b465fdb54229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# bchlib-sys

Low-level Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork.
The higher level library can be found at: https://github.com/yuvadm/bchlib
## Usage
Add the library to your `Cargo.toml`:
```
[dependencies]
bchlib-sys = "0.1.0"
```
## Build
The usual:
```bash
$ cargo build
$ cargo test
```
## License
[GPLv2](LICENSE.md)
|