Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultag/epson-rs
rust bindings to the Epson thermal printer line format
https://github.com/paultag/epson-rs
Last synced: 2 months ago
JSON representation
rust bindings to the Epson thermal printer line format
- Host: GitHub
- URL: https://github.com/paultag/epson-rs
- Owner: paultag
- License: mit
- Created: 2024-01-22T03:28:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T15:09:35.000Z (3 months ago)
- Last Synced: 2024-10-20T03:28:56.433Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.