Beginning port of tests for qrcode from c++

This commit is contained in:
Henry Schimke
2023-04-05 12:26:34 -05:00
parent c29a5547b4
commit 8a1d0b3969
14 changed files with 1715 additions and 24 deletions

View File

@@ -6,3 +6,6 @@ mod qr_cpp_reader;
pub use qr_cpp_reader::QrReader;
mod bitmatrix_parser;
#[cfg(test)]
mod test;