Skip to main content

Crate qrcode_generator_evcxr

Crate qrcode_generator_evcxr 

Source

Structs§

QrConfig
Configuration for QR code rendering.

Enums§

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