ldpc 0.3.0

A toolbox for classical (and soon quantum) LDPC codes.
Documentation
[package]
name = "ldpc"
version = "0.3.0"
authors = ["maxtremblay <matrem@protonmail.com>"]
edition = "2018"
description = "A toolbox for classical (and soon quantum) LDPC codes."
repository = "https://github.com/maxtremblay/ldpc"
license = "MIT OR Apache-2.0"
keywords = ["error-correction", "quantum", "ldpc"]
categories = ["algorithms", "data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bigs = "0.2.0"
indexmap = "1.6.1"
itertools = "0.9.0"
rand = "0.7.3"
sparse-bin-mat = "0.4.4"