mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
partial working code39
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{BarcodeFormat, MultiFormatReader, oned::{OneDReader, CodaBarReader}};
|
||||
use rxing::{
|
||||
oned::{CodaBarReader, OneDReader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user