This commit is contained in:
Henry Schimke
2022-10-31 16:17:50 -05:00
parent c8ec9bc7e8
commit 07fd7df850
14 changed files with 20 additions and 14 deletions

View File

@@ -230,11 +230,12 @@ impl MinimalECIInput {
Self {
bytes: bytes,
fnc1: if let Some(fnc1_exists) = fnc1 {//}.as_ref().unwrap().chars().nth(0).unwrap() as u16,
fnc1_exists.chars().nth(0).unwrap() as u16
}else{
1000
}
fnc1: if let Some(fnc1_exists) = fnc1 {
//}.as_ref().unwrap().chars().nth(0).unwrap() as u16,
fnc1_exists.chars().nth(0).unwrap() as u16
} else {
1000
},
}
}

View File

@@ -84,6 +84,6 @@ mod rgb_luminance_source;
pub use rgb_luminance_source::*;
pub mod datamatrix;
pub mod multi;
pub mod multi;
pub mod oned;
pub mod pdf417;
pub mod pdf417;

View File

@@ -1 +1 @@
pub mod qrcode;
pub mod qrcode;

View File

@@ -0,0 +1 @@

View File

@@ -1 +1 @@
pub mod detector;
pub mod detector;

View File

@@ -1 +1 @@
pub mod rss;
pub mod rss;

View File

@@ -0,0 +1 @@

View File

@@ -1 +1 @@
pub mod decoders;
pub mod decoders;

View File

@@ -1 +1 @@
pub mod expanded;
pub mod expanded;

View File

@@ -0,0 +1 @@

View File

@@ -1 +1 @@
pub mod ec;
pub mod ec;

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -1,3 +1,3 @@
pub mod decoder;
pub mod detector;
pub mod encoder;
pub mod encoder;