Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 273 Bytes

zpl-rs

Zebra Printer Language (ZPL) parser and encoder written in Rust.

Example

You can run the example:

cargo run -q --example logo | http --form POST http://api.labelary.com/v1/printers/8dpmm/labels/2x1/0/ > output/label.png && open output/label.png