mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
code 128 writer tests pass
This commit is contained in:
@@ -449,6 +449,12 @@ impl Code128Reader {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Code128Reader {
|
||||
fn default() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
lazy_static! {
|
||||
|
||||
Reference in New Issue
Block a user