#fec #graph #ldpc

bin+lib ldpc-toolbox

Utilities to aid in LDPC code design

7 releases (breaking)

0.6.1 Jan 13, 2024
0.6.0 Sep 7, 2023
0.5.0 Sep 6, 2023
0.4.0 Jul 24, 2023
0.1.0 Aug 22, 2021

#319 in Math

Download history 6/week @ 2023-12-28 36/week @ 2024-01-04 12/week @ 2024-01-11 1/week @ 2024-01-25 1/week @ 2024-02-15 21/week @ 2024-02-22 26/week @ 2024-02-29 24/week @ 2024-03-07 25/week @ 2024-03-14 37/week @ 2024-03-21 10/week @ 2024-03-28 57/week @ 2024-04-04 11/week @ 2024-04-11

119 downloads per month

MIT/Apache

315KB
7K SLoC

ldpc_toolbox

Crates.io Rust

A Rust crate with utilities to aid in LDPC code design.

Documentation

The documentation is hosted in docs.rs.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

LDPC toolbox

ldpc_toolbox is a collection of Rust utilities to generate LDPC codes. The goal is to eventually support several LDPC design algorithms from the literature.

It can be used as a Rust library or as a CLI tool that allows access from the command line to many of the algorithms implemented in ldpc-toolbox. See [cli] for documentation about the usage of the CLI tool.

Dependencies

~7–16MB
~203K SLoC