fixed various bugs with encoding qrcodes

This commit is contained in:
Henry Schimke
2023-01-08 15:34:00 -06:00
parent caaf4c2fe0
commit 104e66c410
3 changed files with 18 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
*
* @author qwandor@google.com (Andrew Walbran)
*/
#[derive(Copy, Clone, Eq, PartialEq)]
pub struct Dimensions {
minCols: usize,
maxCols: usize,