Any Rust library that helps with printers (on Windows)

I am planning to write a program in Rust that would automatically print document sent over the network. The sending over the network part is probably manageable. However, I am having trouble figuring out a library for accessing printer (on Windows) to do the printing. Where can I start? Thank you.

1 Like

Not a shortcut in any way but Windows has a crate to access any "Windows API past, present, and future using code generated on the fly directly".

And there are these printer api's

if that helps

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.