[][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

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