labelize 0.5.0

Fast Rust engine to parse ZPL & EPL label data and render to PNG/PDF. CLI, HTTP microservice, or library. 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;