Crates.io | raw-printer |
lib.rs | raw-printer |
version | 0.1.3 |
source | src |
created_at | 2023-11-10 09:34:43.774081 |
updated_at | 2024-08-14 12:32:31.473999 |
description | Direct RAW printing on windows or linux |
homepage | |
repository | https://github.com/mushonnip/raw-printer |
max_upload_size | |
id | 1030859 |
size | 7,603 |
let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world");
println!("wrote {} bytes", bytes_written);