partial stub out of decoder

This commit is contained in:
Henry Schimke
2023-03-27 11:45:26 -05:00
parent d2316408b5
commit 0636a63291
13 changed files with 977 additions and 317 deletions

View File

@@ -65,4 +65,8 @@ impl Version {
// If we didn't find a close enough match, fail
return Err(Exceptions::ILLEGAL_STATE);
}
pub fn isMicroQRCode(&self) -> bool {
todo!()
}
}