Module factory

Module factory 

Source
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§

DecoderImplementation
LDPC decoder implementation.

Traits§

DecoderFactory
Decoder factory.