summaryrefslogtreecommitdiff
path: root/README.md
blob: 721e13b6d3a2660ef807d61c293e109f43852fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# bchlib-sys

Low-level Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork.

## Build

The usual:

```bash
$ cargo build
$ cargo test
```

## License

[GPLv2](LICENSE.md)