[][src]Module rqr::info

Contains various QR specific encoding info.

Functions

block_ec_count

Returns error correction codewords per block.

format_info

Returns the format BitVec representation to be embedded.

group_block_count

Returns a vector of codewords counts per block. The length specifies how many blocks there are and each element how many codewords exist in that block.

total_bits

Returns the total data bits possible for a given version and error correction.

total_codewords

Returns the total codewords for a given version end error correction.

version_info

Returns the version BitVec representation to be embedded. Valid for larger versions only.