Expand description
The bits module encodes binary data into raw bits used in a QR code.
Structs§
- Bits
- The
Bitsstructure stores the encoded data for a QR code.
Enums§
- Extended
Mode - An “extended” mode indicator, includes all indicators supported by QR code beyond those bearing data.
Functions§
- encode_
auto - Automatically determines the minimum version to store the data, and encode the result.