bchlib-sys 0.2.1

Low-level Rust bindings for BCH encoding/decoding library, based on the bch_codec fork
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bchlib-sys"
version = "0.2.1"
authors = ["Yuval Adam <_@yuv.al>"]
edition = "2018"
description = "Low-level Rust bindings for BCH encoding/decoding library, based on the bch_codec fork"
license = "GPL-2.0"
documentation = "https://docs.rs/bchlib-sys/"
homepage = "https://github.com/yuvadm/bchlib"
repository = "https://github.com/yuvadm/bchlib"

[build-dependencies]
bindgen = "0.42.2"
cc = "1.0"