summaryrefslogtreecommitdiff
path: root/bchlib-sys/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-05-27 10:32:28 +0300
committerYuval Adam <_@yuv.al>2019-05-27 10:32:28 +0300
commitd9619fd76fab25742e8f4f7fdd528e6c6e03268a (patch)
tree65694dc6755bca239172eebae00cd6d62381da17 /bchlib-sys/README.md
parentf56ab9e66f4226ce9541db31416f2bcb942f5c12 (diff)
parent186154550428c336ff9419ec4ed9ae11fb19c939 (diff)
Merge branch 'tmp'
Diffstat (limited to 'bchlib-sys/README.md')
-rw-r--r--bchlib-sys/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/bchlib-sys/README.md b/bchlib-sys/README.md
new file mode 100644
index 0000000..1325e75
--- /dev/null
+++ b/bchlib-sys/README.md
@@ -0,0 +1,31 @@
+# bchlib-sys
+
+![Crates.io](https://img.shields.io/crates/v/bchlib-sys.svg)
+
+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:
+
+```bash
+$ cargo build
+$ cargo test
+```
+
+Note that due to usage of `bindgen` you will need `clang` to be installed on your system.
+
+## License
+
+[GPLv2](LICENSE.md)