Structs§
- QrConfig
- Configuration for QR code rendering.
Enums§
- QrCode
Ecc - The error correction level in a QR Code symbol.
Traits§
- QrCodeable
- Trait for types that can be converted into a QR code matrix.
Functions§
- draw_
qrcode - Display a QR code in Jupyter using default settings.
- draw_
qrcode_ with_ config - Display a QR code in Jupyter with custom configuration.
- render_
svg - Render a QR code bool matrix as an SVG string.