Expand description
§barcode
A universal bar/QR code generation library supporting many symbologies.
§Modules
common— shared traits, types, errors, and SVG output helpersqrcode— QR Code Model 2 encoderean_upc— EAN-13, EAN-8, UPC-A, UPC-E encoderslinear— Code 128, Code 39, Code 93, Codabar, ITF encodersgs1— GS1-128 and GS1 DataBar encoderstwod— PDF417, Data Matrix, Aztec Code encoderspostal— USPS IMb and Royal Mail RM4SCC encoders
Modules§
- common
- Common foundational types, traits, and utilities shared by all symbology modules.
- ean_upc
- EAN/UPC family of barcode encoders.
- gs1
- GS1 barcode encoders.
- linear
- Linear (one-dimensional) barcode encoders.
- postal
- Postal barcode encoders.
- qrcode
- QR code encoding functionality.
- twod
- Two-dimensional barcode encoders.