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)