1 unstable release
0.0.1 | Feb 13, 2024 |
---|
#9 in #interpreting
155KB
4.5K
SLoC
Product OS : ESC/P Parser
Product OS : ESC/P Parser provides a parser for interpreting the binary output for ESC/P printing.
What is Product OS?
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Installation
Use the Rust crate package manager cargo to install Product OS : ESC/P Parser.
cargo add product-os-escp-parser
or add Product OS : ESC/P Parser to your cargo.toml [packages]
section.
product-os-escp-parser = { version = "0.0.1", features = [], default-features = true, optional = false }
Features
Product OS ESC/P Parser provides a collection of Structs to define an ESC/P Parser / Swagger specification:
- Support for ESC/P, ESC/P2 and 9-pin protocols
- Basic interpretation to structs for instructions
- Supports no_std with alloc only environments for most features
// Feature samples TODO
Usage
// Examples TODO
Contributing
Contributions are not currently available but will be available on a public repository soon.
License
Dependencies
~190KB