mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
rust fmt
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod qrcode;
|
||||
pub mod qrcode;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod detector;
|
||||
pub mod detector;
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod rss;
|
||||
pub mod rss;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod decoders;
|
||||
pub mod decoders;
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod expanded;
|
||||
pub mod expanded;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub mod ec;
|
||||
pub mod ec;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
pub mod decoder;
|
||||
pub mod detector;
|
||||
pub mod encoder;
|
||||
pub mod encoder;
|
||||
|
||||
Reference in New Issue
Block a user