port writer and tests, but does not pass

This commit is contained in:
Henry Schimke
2022-11-27 12:00:35 -06:00
parent 6ccac83027
commit 07769fe154
8 changed files with 471 additions and 330 deletions

View File

@@ -65,8 +65,8 @@ pub struct SymbolInfo {
rectangular: bool,
dataCapacity: u32,
errorCodewords: u32,
matrixWidth: u32,
matrixHeight: u32,
pub(crate) matrixWidth: u32,
pub(crate) matrixHeight: u32,
dataRegions: u32,
rsBlockData: i32,
rsBlockError: u32,