summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-05-27 10:29:21 +0300
committerYuval Adam <_@yuv.al>2019-05-27 10:29:21 +0300
commitf56ab9e66f4226ce9541db31416f2bcb942f5c12 (patch)
tree248c68debcceb9f9b176db0af4b40fb4bf350c1b /README.md
parent69baab2ed04d280393a29d650e08a42f17228520 (diff)
Move all bchlib files into bchlib/
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 9c8d7b5..0000000
--- a/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# bchlib
-
-![Crates.io](https://img.shields.io/crates/v/bchlib.svg)
-
-High-level Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork.
-
-The lower level library can be found at: https://github.com/yuvadm/bchlib-sys
-
-## Usage
-
-Add the library to your `Cargo.toml`:
-
-```
-[dependencies]
-bchlib = "0.1.0"
-```
-
-## Build
-
-The usual:
-
-```bash
-$ cargo build
-$ cargo test
-```
-
-## License
-
-[GPLv2](LICENSE.md)