blob: 4b300c33bf1e74f83b4f92b79c8f85e7e8810a4a (
plain)
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"
|