Structs§
- QrOptions
- QR code generation options
Enums§
- QrError
- Error types for QR code operations
Functions§
- display_
qr_ code - Display a QR code to stdout from structured data
- display_
qr_ code_ from_ string - Display a QR code to stdout from a plain string
- generate_
qr_ data - Generate binary data from any postcard-serializable data for QR code encoding
- generate_
qr_ string - Generate a QR code and return the visual representation as a string from structured data
- generate_
qr_ string_ from_ text - Generate a QR code from plain text and return the visual representation as a string
Type Aliases§
- QrResult
- Result type for QR code operations