Struct barcoders::sym::ean13::EAN13 [] [src]

pub struct EAN13(_);

The EAN-13 barcode type.

Methods

impl EAN13
[src]

Creates a new barcode. Returns Result indicating parse success.

Calculates the checksum digit using a modulo-10 weighting algorithm.

Encodes the barcode. Returns a Vec of binary digits.

Trait Implementations

impl Debug for EAN13
[src]

Formats the value using the given formatter.