epson

Crates.ioepson
lib.rsepson
version0.1.8
sourcesrc
created_at2024-01-23 02:35:55.431371
updated_at2024-10-06 01:25:12.016782
descriptionsupport for communicating with Epson brand thermal POS printers
homepage
repositoryhttps://github.com/paultag/epson-rs
max_upload_size
id1110016
size65,745
Paul Tagliamonte (paultag)

documentation

README

epson: rust bindings to the Epson thermal printer line encoding scheme

epson-rs are Rust bindings to the Epson Point of Sale (POS) thermal printers' printer format.

Currently, this library supports a limited number of commands, and some basic interfaces for both synchronous Rust as well as async Rust through tokio, behind the tokio feature.

Docs can be found on docs.rs, and information about the latest release can be found on crates.io.

Example Programs

Check the examples directory for some program that use the epson library to print things to a printer.

Commit count: 36

cargo fmt