Module mini_functions::qr

source ·
Expand description

Provides access to QR code functions. Application QR code functionality

Provides access to QR code functions and types.

Macros

  • Re-exported main qrc module from qrc for QR code generation. The add_emoji_watermark macro creates a new instance of the QRCode struct with the given data.
  • Re-exported main qrc module from qrc for QR code generation. The qr_code macro creates a new instance of the QRCode struct with the given data.
  • Re-exported main qrc module from qrc for QR code generation. Define a macro named qr_code_to

Structs

  • Re-exported main qrc module from qrc for QR code generation. QRCode is a structure that contains data in the form of a vector of bytes.