mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
steady working on qrcode encoder
This commit is contained in:
@@ -25,6 +25,12 @@ mod PlanarYUVLuminanceSourceTestCase;
|
||||
|
||||
#[cfg(test)]
|
||||
mod RGBLuminanceSourceTestCase;
|
||||
|
||||
|
||||
pub type EncodingHintDictionary = HashMap<EncodeHintType,EncodeHintValue>;
|
||||
pub type DecodingHintDictionary= HashMap<DecodeHintType,DecodeHintValue>;
|
||||
pub type MetadataDictionary = HashMap<RXingResultMetadataType,RXingResultMetadataValue>;
|
||||
|
||||
/*
|
||||
* Copyright 2007 ZXing authors
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user