diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,7 +1,20 @@ # 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: |
