porting more supporting qrcode files

This commit is contained in:
Henry Schimke
2022-10-01 09:54:30 -05:00
parent 2a80c95d75
commit afc7a20747
7 changed files with 1101 additions and 694 deletions

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
use crate::qrcode::decoder::{Mode, ErrorCorrectionLevel, Version};
const NUM_MASK_PATTERNS : u32 = 8;
/**