encoder builds

This commit is contained in:
Henry Schimke
2022-12-18 10:56:45 -06:00
parent 2a27b182c1
commit 3ef74a663d
6 changed files with 816 additions and 792 deletions

View File

@@ -17,6 +17,7 @@
/**
* Represents possible PDF417 barcode compaction types.
*/
#[derive(Clone, Copy,PartialEq, Eq)]
pub enum Compaction {
AUTO = 0,
TEXT = 1,