Module datamatrix::data[][src]

Data part de- and encoding (exposure of some internal functionality).

The bytes encoded into a DataMatrix consist of the actual data, and error correction bytes.

The functions in this module can be used to run the data part of the full decoding or encoding process.

Enums

DataDecodingError
DataEncodingError

Functions

decode_data

Decode the data part of a DataMatrix.

Type Definitions

DataEncoder