raw-printer Basic example let bytes_written = raw_printer::write_to_device("/dev/usb/lp0", "^FDhello world"); println!("wrote {} bytes", bytes_written); License MIT