diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ 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) |
