mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
port code_128 reader
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user