mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
Add default for most readers
This commit is contained in:
@@ -30,6 +30,7 @@ use super::{
|
||||
/**
|
||||
* Decodes RSS-14, including truncated and stacked variants. See ISO/IEC 24724:2006.
|
||||
*/
|
||||
#[derive(Default)]
|
||||
pub struct RSS14Reader {
|
||||
possibleLeftPairs: Vec<Pair>,
|
||||
possibleRightPairs: Vec<Pair>,
|
||||
|
||||
Reference in New Issue
Block a user