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

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)