mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
add client.rs to import client/result.rs
This commit is contained in:
1
src/client.rs
Normal file
1
src/client.rs
Normal file
@@ -0,0 +1 @@
|
|||||||
|
pub mod result;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
use crate::XRingResult;
|
use crate::XRingResult;
|
||||||
|
|
||||||
// ParsedResultType.java
|
// ParsedResultType.java
|
||||||
/**
|
/**
|
||||||
* Represents the type of data encoded by a barcode -- from plain text, to a
|
* Represents the type of data encoded by a barcode -- from plain text, to a
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ mod maxicode;
|
|||||||
mod oned;
|
mod oned;
|
||||||
mod pdf417;
|
mod pdf417;
|
||||||
mod qrcode;
|
mod qrcode;
|
||||||
|
mod client;
|
||||||
|
|
||||||
use std::{fmt, collections::HashMap};
|
use std::{fmt, collections::HashMap};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user