epson 0.2.1

support for communicating with Epson brand thermal POS printers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# epson: rust bindings to the Epson thermal printer line encoding scheme

[epson-rs](https://github.com/paultag/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](https://tokio.rs/), behind the `tokio` feature.

Docs can be found on [docs.rs](https://docs.rs/epson/latest/epson/),
and information about the latest release can be found on
[crates.io](https://crates.io/crates/epson).

## Example Programs

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