aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.rs
blob: 07f47b0dafca1e010776ee29dbd9623816013f7f (plain)
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;