Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 710 Bytes

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.