macro_rules! qr_code {
    ($data:expr) => { ... };
}
Expand description

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.