#printing #raw #linux #direct #windows

raw-printer

Direct RAW printing on windows or linux

3 releases

0.1.3 Aug 14, 2024
0.1.2 Nov 13, 2023
0.1.1 Nov 10, 2023
0.1.0 Nov 10, 2023

#513 in Hardware support

Download history 109/week @ 2024-08-11 8/week @ 2024-08-18 14/week @ 2024-09-15 10/week @ 2024-09-22 9/week @ 2024-09-29

186 downloads per month

MIT license

7KB
86 lines

raw-printer

Docs crates.io

Basic example

let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world");

println!("wrote {} bytes", bytes_written);

License

MIT

Dependencies

~0–35MB
~525K SLoC