code 128 writer tests pass

This commit is contained in:
Henry Schimke
2022-12-12 18:36:22 -06:00
parent e8348da646
commit 1e8f949035
5 changed files with 535 additions and 371 deletions

View File

@@ -449,6 +449,12 @@ impl Code128Reader {
}
}
impl Default for Code128Reader {
fn default() -> Self {
Self {}
}
}
use lazy_static::lazy_static;
lazy_static! {