blob: 9c8d7b5bb30861403cce383806d608dd7ab03e10 (
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

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