-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup of many components of the code.
Many unwraps, expects, and panics removed or handled. More rustification of the codebase. Squashed commit of the following: commit 80c6483 Author: Henry <[email protected]> Date: Fri Feb 10 20:36:57 2023 -0600 add other parsed result option commit 412d92a Author: Henry <[email protected]> Date: Fri Feb 10 19:06:34 2023 -0600 fix some panics commit 9108d3e Author: Henry <[email protected]> Date: Fri Feb 10 18:56:30 2023 -0600 clippy --fix commit 8cd89d3 Author: Henry <[email protected]> Date: Fri Feb 10 18:55:45 2023 -0600 some more cleanup in aztec commit fb7f924 Author: Henry <[email protected]> Date: Fri Feb 10 18:19:54 2023 -0600 cleanup root commit 4fb7c06 Author: Henry Schimke <[email protected]> Date: Fri Feb 10 16:50:15 2023 -0600 format commit 3ac271a Author: Henry Schimke <[email protected]> Date: Fri Feb 10 16:43:14 2023 -0600 clippy --fix commit 0c5b4c1 Author: Henry Schimke <[email protected]> Date: Fri Feb 10 16:04:31 2023 -0600 qrcode cleanup complete commit 70c1d10 Author: Henry Schimke <[email protected]> Date: Fri Feb 10 13:28:25 2023 -0600 clippy --fix commit e13263d Author: Henry Schimke <[email protected]> Date: Fri Feb 10 13:27:44 2023 -0600 qrcode detector cleanup commit f7f2855 Author: Henry Schimke <[email protected]> Date: Fri Feb 10 11:48:13 2023 -0600 qrcode decoder commit bdbaaba Author: Henry Schimke <[email protected]> Date: Fri Feb 10 11:13:18 2023 -0600 clippy --fix commit fd6dbca Author: Henry Schimke <[email protected]> Date: Fri Feb 10 11:12:28 2023 -0600 pdf417 cleanup complete commit 7bbd476 Author: Henry Schimke <[email protected]> Date: Fri Feb 10 10:39:28 2023 -0600 clippy --fix commit 8f4962b Author: Henry Schimke <[email protected]> Date: Fri Feb 10 10:39:00 2023 -0600 cleanup on pdf417 hie commit 254c824 Author: Henry <[email protected]> Date: Fri Feb 10 02:51:21 2023 +0000 partway through pdf417 hle commit d4a5b00 Author: Henry <[email protected]> Date: Wed Feb 8 21:35:25 2023 +0000 clippy --fix commit 2bd4a8e Author: Henry <[email protected]> Date: Wed Feb 8 21:31:55 2023 +0000 pdf417 decode and detect cleanup commit 05130ac Author: Henry Schimke <[email protected]> Date: Tue Feb 7 08:06:25 2023 -0600 at decodeTextCompaction in decoded_bit_straem_parser commit 924c023 Author: Henry Schimke <[email protected]> Date: Mon Feb 6 18:22:02 2023 -0600 clippy --fix commit 5cfb81a Author: Henry Schimke <[email protected]> Date: Mon Feb 6 18:20:22 2023 -0600 oned cleanup commit 0649b64 Author: Henry Schimke <[email protected]> Date: Mon Feb 6 11:47:28 2023 -0600 rss cleanup commit 2d31278 Author: Henry Schimke <[email protected]> Date: Mon Feb 6 10:19:56 2023 -0600 multi cleanup commit 7e8b43a Author: Henry <[email protected]> Date: Sun Feb 5 21:41:59 2023 -0600 cargo fmt commit df8285e Author: Henry <[email protected]> Date: Sun Feb 5 21:41:29 2023 -0600 maxicode cleanup commit a51f923 Author: Henry <[email protected]> Date: Sun Feb 5 21:27:57 2023 -0600 cargo fmt commit 332d7ee Author: Henry <[email protected]> Date: Sun Feb 5 21:27:48 2023 -0600 cleanup datamatrix commit eb2311c Author: Henry <[email protected]> Date: Sun Feb 5 21:27:26 2023 -0600 cargo clippy --fix commit 2abaa4c Author: Henry <[email protected]> Date: Sun Feb 5 19:13:02 2023 -0600 finish cleanup in parsers commit 716aa2f Author: Henry Schimke <[email protected]> Date: Sun Feb 5 17:44:56 2023 -0600 cleanup continues commit 7d84378 Author: Henry Schimke <[email protected]> Date: Sun Feb 5 15:15:09 2023 -0600 common cleanup commit fd25186 Author: Henry Schimke <[email protected]> Date: Sun Feb 5 10:24:54 2023 -0600 cleanup reedsolomon commit 132e27e Author: Henry Schimke <[email protected]> Date: Sun Feb 5 09:52:04 2023 -0600 make MathUtils more generic commit d8352b7 Author: Henry Schimke <[email protected]> Date: Sun Feb 5 09:29:33 2023 -0600 cleanup some string handling in ResultParser There may still be some edge cases where multi-byte characters break the parser
- Loading branch information
Showing
180 changed files
with
3,251 additions
and
4,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,8 +130,4 @@ impl Reader for AztecReader { | |
|
||
Ok(result) | ||
} | ||
|
||
fn reset(&mut self) { | ||
// do nothing | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.