Expand description
§QR Code Generation
Converts data strings into QR code matrices for vector rendering in PDF.
Uses the qrcode crate for encoding and error correction.
Structs§
- QrMatrix
- A QR code represented as a grid of boolean modules.
Functions§
- generate_
qr - Generate a QR code matrix from the given data string.