Commit Graph
34 Commits
Author SHA1 Message Date
Vukašin Stepanović 755e4a6e69 add missing imports 2023-02-15 12:59:25 +00:00
Vukašin Stepanović 8ee616d96b refactor to use common result type 2023-02-14 23:01:05 +00:00
Henry Schimke d31e5bf6a1 clippy doesn't need to run in tests 2023-02-11 10:49:50 -06:00
Henry Schimke 92f15be032 standardize empty string to String::default()
This replaces "".to_owned() "".to_string() and String::from("")
2023-02-04 13:13:05 -06:00
Henry Schimke fb60cfc5a3 fix issue with metadata testing 2023-02-01 12:23:00 -06:00
Henry Schimke 13c7a4deb0 add additional tests from c++ 2023-01-28 15:14:45 -06:00
Henry Schimke 42d40de755 cargo clippy --fix 2023-01-27 15:24:24 -06:00
Henry Schimke 58e6827e89 cargo fmt 2023-01-27 15:14:01 -06:00
Henry Schimke d2728e0414 bring in updates from maxicode detection 2023-01-27 15:12:49 -06:00
Henry Schimke fb0b626635 cargo fmt 2023-01-05 11:32:23 -06:00
Henry Schimke b69f23711c clippy --fix 2023-01-05 11:32:10 -06:00
Henry Schimke b375e04160 move to OnceCell binarizer cache 2023-01-05 11:29:29 -06:00
Henry Schimke 65f7c4d01b update for shared state and improved performance 2023-01-02 16:38:05 -06:00
Henry Schimke 9ff68e6974 rename multi barcode methods to snake case 2022-12-31 13:15:30 -06:00
Henry Schimke f59507ce2a add missing to_string methods in pdf417 2022-12-31 11:56:14 -06:00
Henry Schimke 4f93092656 more warnings clenaup 2022-12-31 11:02:28 -06:00
Henry Schimke 3469f7c599 pdf 417 integration 100% 2022-12-29 15:39:28 -06:00
Henry Schimke db674f0adf fixed codeword row error correction issue 2022-12-28 17:45:55 -06:00
Henry Schimke cba6a10c4b port integration for pdf 417 1-3 2022-12-26 14:22:37 -06:00
Henry Schimke 967047eb66 cargo fmt 2022-11-28 11:51:46 -06:00
Henry Schimke ba02512695 datamatrix library pass 2022-11-27 12:16:04 -06:00
Henry Schimke ae11af8c5b cargo fmt 2022-10-17 10:51:08 -05:00
Henry Schimke 111fe47566 cleaned up many warnings 2022-10-17 10:50:18 -05:00
Henry Schimke 5a1ae8cd90 generic test runner 2022-10-16 13:18:13 -05:00
Henry Schimke c63dd67e4d clippy 2022-10-16 11:54:49 -05:00
Henry Schimke 3602f9c2e8 switch grey convert method 2022-10-12 10:41:49 -05:00
Henry Schimke cd55c02e04 disable image dumping 2022-10-11 08:15:00 -05:00
Henry 8d22eacad0 small changes 2022-10-10 19:46:10 -05:00
Henry Schimke 9b47d53f4b checkin 2022-10-10 16:28:37 -05:00
Henry Schimke 8785a7d0e7 partially working qrcode blackbox 2022-10-10 15:03:58 -05:00
Henry Schimke 79aafa200d qr_code partially working 2022-10-09 22:01:36 -05:00
Henry Schimke 438ae9f588 Passing blackbox tests aztec 2022-09-30 15:53:15 -05:00
Henry Schimke 4e88a2ca6c perfect images of aztec pass, real world fail 2022-09-29 17:46:23 -05:00
Henry Schimke aae5684127 moving aroudn test cases for integration 2022-08-31 13:32:56 -05:00