Skip to main content

Module qrcode

Module qrcode 

Source
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.