mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
partial port of rss expanded tests, incomplete
This commit is contained in:
@@ -31,7 +31,7 @@ use crate::oned::rss::{DataCharacter, FinderPattern};
|
||||
/**
|
||||
* @author Pablo Orduña, University of Deusto (pablo.orduna@deusto.es)
|
||||
*/
|
||||
#[derive(PartialEq, Eq, Hash)]
|
||||
#[derive(PartialEq, Eq, Hash, Clone)]
|
||||
pub struct ExpandedPair {
|
||||
leftChar: Option<DataCharacter>,
|
||||
rightChar: Option<DataCharacter>,
|
||||
|
||||
Reference in New Issue
Block a user