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. Theadd_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. Theqr_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 namedqr_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.