ported latest c++ changes, does not pass all tests

This commit is contained in:
Henry Schimke
2023-04-25 15:59:47 -05:00
parent d841c1d751
commit b216a446ee
4 changed files with 215 additions and 119 deletions

View File

@@ -14,10 +14,7 @@
* limitations under the License.
*/
use rxing::{
qrcode::{cpp_port::QrReader},
BarcodeFormat,
};
use rxing::{qrcode::cpp_port::QrReader, BarcodeFormat};
mod common;