qr_code_multi_reader ported

This commit is contained in:
Henry Schimke
2022-12-01 11:17:23 -06:00
parent 5273136c96
commit 63a10db413
9 changed files with 223 additions and 173 deletions

View File

@@ -32,6 +32,7 @@ use crate::{BarcodeFormat, RXingResultMetadataType, RXingResultMetadataValue, RX
*
* @author Sean Owen
*/
#[derive(Clone)]
pub struct RXingResult {
text: String,
rawBytes: Vec<u8>,