Expand description
LDPC decoder factory.
This module contains routines to build an LDPC decoder generically over
different internal implementations. Such decoders are represented by
Box<dyn LdpcDecoder>, using the trait LdpcDecoder.
Enums§
- Decoder
Implementation - LDPC decoder implementation.
Traits§
- Decoder
Factory - Decoder factory.