From a98b1bea816b7f56c70564e73cea5f40c5139c16 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 27 May 2019 10:40:46 +0300 Subject: Cleanup READMEs --- bchlib-sys/README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 bchlib-sys/README.md (limited to 'bchlib-sys') diff --git a/bchlib-sys/README.md b/bchlib-sys/README.md deleted file mode 100644 index 1325e75..0000000 --- a/bchlib-sys/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# 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) -- cgit v1.3.1