partial working code39

This commit is contained in:
Henry Schimke
2022-12-04 10:42:23 -06:00
parent 34e2473a5d
commit 2a32984d8d
17 changed files with 705 additions and 631 deletions

View File

@@ -14,7 +14,10 @@
* limitations under the License.
*/
use rxing::{BarcodeFormat, MultiFormatReader, oned::{OneDReader, CodaBarReader}};
use rxing::{
oned::{CodaBarReader, OneDReader},
BarcodeFormat, MultiFormatReader,
};
mod common;