10 releases (6 breaking)
0.7.0 | Oct 4, 2024 |
---|---|
0.6.3 | Jun 24, 2024 |
0.6.2 | May 26, 2024 |
0.6.1 | Jan 13, 2024 |
0.1.0 | Aug 22, 2021 |
#244 in Math
279 downloads per month
325KB
7.5K
SLoC
ldpc_toolbox
A Rust crate with utilities to aid in LDPC code design.
Documentation
The documentation is hosted in docs.rs.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~8–17MB
~215K SLoC