#printing

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

#58 in #printing

33 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
~526K SLoC