use fast_qr::ECL; /// The error correction level to use for all QR code generation. pub const QR_EC_LEVEL: ECL = ECL::L; /// The margin size for the SVG QR code on the webpage. pub const SVG_QR_MARGIN: usize = 1;