1 2 3 4
use qrcode::EcLevel; /// The error correction level to use for all QR code generation. pub const QR_EC_LEVEL: EcLevel = EcLevel::M;