Any examples of Windows RPC endpoints, consumed from cross-platform Rust?

HI all. I am looking for any examples of a cross-platform (linux) client, capable of executing Windows RPC Endpoints remotely, as in Developing RPC Windows Applications - Win32 apps | Microsoft Docs but that would not require Windows DLLs.

I found GitHub - mtth-bfft/evtq: Windows eventlog formatting, live fetching and querying utility in C but that looks like Windows-only..

More specifically, I am considering if implementing a cross-platform client for [MS-RPRN]: Print System Remote Protocol | Microsoft Docs is feasible.

any suggestions are welcome!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.