tauri-plugin-thermal-printer 2.0.1

Plugin for Tauri to send esc/pos commands to thermal_printer
Documentation
1
2
3
4
5
6
7
mod accent_remover;
mod encode;
mod text_encoder;

pub use self::encode::Encode;
pub(crate) use self::text_encoder::EncodedChar;
pub use self::text_encoder::TextEncoder;