Skip to content
/ bchlib Public

Rust bindings for BCH encoding/decoding library, based on the bch_codec fork

License

Notifications You must be signed in to change notification settings

yuvadm/bchlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bchlib

Crates.io

Rust bindings for BCH encoding/decoding library, based on the bch_codec fork.

This workspace repo contains both the high-level bchlib project as well as the lower-level bchlib-sys project that builds the original C library.

Usage

Add the library to your Cargo.toml:

[dependencies]
bchlib = "0.2.1"

Build

The usual:

$ cargo build
$ cargo test

Note that due to usage of bindgen in the lower level bchlib-sys project, you will need clang to be installed on your system.

License

GPLv2

About

Rust bindings for BCH encoding/decoding library, based on the bch_codec fork

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published