Function qrcode::ec::construct_codewords[][src]

pub fn construct_codewords(
    rawbits: &[u8],
    version: Version,
    ec_level: EcLevel
) -> QrResult<(Vec<u8>, Vec<u8>)>

Constructs data and error correction codewords ready to be put in the QR code matrix.