progress porting minimal endoder

This commit is contained in:
Henry Schimke
2022-10-28 12:37:16 -05:00
parent 7ac08007e7
commit 2171d025f9
5 changed files with 395 additions and 311 deletions

View File

@@ -22,7 +22,7 @@ use super::SymbolShapeHint;
use lazy_static::lazy_static;
lazy_static! {
static ref PROD_SYMBOLS: Vec<SymbolInfo> = vec![
pub(super) static ref PROD_SYMBOLS: Vec<SymbolInfo> = vec![
SymbolInfo::new(false, 3, 5, 8, 8, 1),
SymbolInfo::new(false, 5, 7, 10, 10, 1),
/*rect*/ SymbolInfo::new(true, 5, 7, 16, 6, 1),