//! # 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.