tauri-plugin-thermal-printer 1.2.2

Plugin for Tauri to send esc/pos commands to thermal_printer
Documentation
1
2
3
4
5
#[cfg(target_os = "windows")]
pub mod windows;

#[cfg(not(target_os = "windows"))]
pub mod unix_base;