[][src]Module qr_code::decode

Decode a QR code from a BitGrid.

This is not meant to decode QR codes from camera images, but a QR code encoded in bmp generated from this crate could be decoded back to the content

Imported from https://github.com/WanzenBug/rqrr

Modules

g2p

taken from https://github.com/WanzenBug/g2p version 0.4.0

g2poly

g2poly

gf16

result of macro expansion g2p!(GF16, 4, modulus: 0b1_0011); plus manual adjustment from https://github.com/WanzenBug/g2p version 0.4.0

Structs

CorrectedDataStream

CorrectedDataStream

MetaData

MetaData for a QR grid

RawData

RawData

Version

Version of a QR Code which determines its size

Traits

BitGrid

A grid that contains exactly one QR code square.

BmpDecode

Allows to decode the QR coded in a bmp file