Crates.io | epson |
lib.rs | epson |
version | |
source | src |
created_at | 2024-01-23 02:35:55.431371+00 |
updated_at | 2025-03-26 18:26:54.074837+00 |
description | support for communicating with Epson brand thermal POS printers |
homepage | |
repository | https://github.com/paultag/epson-rs |
max_upload_size | |
id | 1110016 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
Check the examples
directory for some program that use the epson
library to print things to a printer.