rxing 0.8.6

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod QRModeTest;
mod QRVersionTest;

mod QRFormatInformationTest;

mod QRErrorCorrectionLevelTest;

mod QRDecodedBitStreamParserTest;

mod QRDataMaskTest;

mod QRBitMatrixParserTest;

mod MQRDecoderTest;

mod RMQRDecoderTest;