[][src]Module labrador_ldpc::encoder

This module provides the encoding function for turning data into codewords.

Please refer to the encode and copy_encode methods on LDPCCode for more details.

Traits

EncodeInto

Trait for the types of codeword we can encode into.