product-os-escp-parser

Crates.ioproduct-os-escp-parser
lib.rsproduct-os-escp-parser
version0.0.1
sourcesrc
created_at2024-02-13 08:49:25.077748
updated_at2024-02-13 08:49:25.077748
descriptionProduct OS : ESC/P Parser provides a parser for interpreting the binary output for ESC/P printing.
homepage
repository
max_upload_size
id1138242
size151,908
Jeremy (eremyjay)

documentation

README

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

GNU AGPLv3

Commit count: 0

cargo fmt