upca integration

This commit is contained in:
Henry Schimke
2022-12-10 09:47:08 -06:00
parent 42e5312e4c
commit 9752608edd
11 changed files with 259 additions and 295 deletions

View File

@@ -157,3 +157,9 @@ impl EAN13Reader {
return Err(Exceptions::NotFoundException("".to_owned()));
}
}
impl Default for EAN13Reader {
fn default() -> Self {
Self {}
}
}