steady working on qrcode encoder

This commit is contained in:
Henry Schimke
2022-10-02 17:34:53 -05:00
parent 02288dcfc3
commit bbf0b920bf
8 changed files with 1062 additions and 871 deletions

View File

@@ -22,6 +22,8 @@ use super::{ErrorCorrectionLevel, FormatInformation};
use lazy_static::lazy_static;
pub type VersionRef = &'static Version;
lazy_static! {
static ref VERSIONS: Vec<Version> = Version::buildVersions();
}