Module qr_code::decode

source ·
Expand description

Decode QR-Codes

Structs

  • Wrapper around any grid that can be interpreted as a QR code
  • MetaData for a QR grid
  • A simple point in (some) space
  • A basic GridImage that can be generated from a given function.
  • Version of a QR Code which determines its size

Enums

  • Possible errors that can happen during decoding

Traits

  • A grid that contains exactly one QR code square.
  • Allows to decode the QR coded in a bmp file

Functions

  • Given a grid try to decode and write it to the output writer