tauri-plugin-thermal-printer 1.3.2

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 use self::text_encoder::TextEncoder;
pub(crate) use self::text_encoder::EncodedChar;