Module iced::widget::qr_code

Available on crate feature qr_code only.
Expand description

Encode and display information in a QR code.

Structs

  • A type of matrix barcode consisting of squares arranged in a grid which can be read by an imaging device, such as a camera.
  • The state of a QRCode.

Enums