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.

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