labelize 1.1.0

Fast ZPL & EPL label parser and renderer — convert label data to PNG/PDF. Open-source Labelary alternative.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod aztec;
pub mod bit_matrix;
pub mod code128;
pub mod code39;
pub mod datamatrix;
pub mod ean13;
pub mod maxicode;
pub mod pdf417;
pub mod qrcode;
pub mod twooffive;

pub use bit_matrix::BitMatrix;