Skip to main content

Crate zpl_toolchain_profile

Crate zpl_toolchain_profile 

Source
Expand description

Printer profile definitions and validation for the ZPL toolchain.

Structs§

Features
Hardware feature flags for a printer profile.
Media
Media capability descriptors for a printer profile.
Memory
Memory and firmware information for a printer profile.
Page
Page/label dimension constraints for a printer profile.
Profile
A printer profile describing the capabilities and constraints of a specific Zebra label printer (or class of printers).
Range
A min/max range for numeric printer capabilities (e.g., speed, darkness).

Enums§

PrintMethod
Supported print method for media.
ProfileError
Errors that can occur when loading or validating a printer profile.

Functions§

load_profile_from_str
Load and validate a Profile from a JSON string.
resolve_gate
Resolve a gate string (e.g., "cutter", "rfid") against a Features struct.