Constant barcoders::sym::ean13::ENCODINGS

source ·
pub const ENCODINGS: [[[u8; 7]; 10]; 3];
Expand description

Encoding mappings for EAN barcodes. 1 = bar, 0 = no bar.

The three indices are:

  • Left side A (odd parity).
  • Left side B (even parity).
  • Right side encodings.