summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-03-18 14:30:32 +0200
committerYuval Adam <_@yuv.al>2019-03-18 14:30:32 +0200
commit98f905dc82c9af22f09f75f4b85d9a97eccd3f44 (patch)
tree0d44b258365e6a7d29cd009a7a94ae2ce326e3aa
parent77614da6736185a50b71713e4e0b3f7a7c4e840b (diff)
Update README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 721e13b..a78c041 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,20 @@
# 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: