port code_128 reader

This commit is contained in:
Henry Schimke
2022-12-12 11:43:36 -06:00
parent 3b2f54e70b
commit e8348da646
6 changed files with 856 additions and 639 deletions

View File

@@ -453,7 +453,7 @@ use lazy_static::lazy_static;
lazy_static! {
static ref CODE_PATTERNS: [Vec<u32>; 107] = [
pub static ref CODE_PATTERNS: [Vec<u32>; 107] = [
vec![2, 1, 2, 2, 2, 2], // 0
vec![2, 2, 2, 1, 2, 2],
vec![2, 2, 2, 2, 2, 1],