aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.rs
blob: 1a105f7f0c997b9a8aff5e993afc4d5e3bcfb483 (plain)
1
2
3
4
use fast_qr::ECL;

/// The error correction level to use for all QR code generation.
pub const QR_EC_LEVEL: ECL = ECL::L;