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
#[derive(Clone, Debug)]
pub struct StoredGraphics {
    pub data: Vec<u8>,
    pub total_bytes: i32,
    pub row_bytes: i32,
}