diff options
| author | Yuval Adam <_@yuv.al> | 2019-03-15 16:38:17 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-03-15 16:38:17 +0200 |
| commit | 8593e6cc865582e12a84ba59ea530bc7a1b6b933 (patch) | |
| tree | cb8f912fc9e5b728d6b402c3b294b85fe55bea90 | |
| parent | 281ad58525200611beb20e094fec583bb1bf38ff (diff) | |
Update README
| -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) |
