Is there a crate for registering a rust executable as a service with the Bonjour Service on Win 8.1?
In my use case, my rust exe is a OSC host and I want the TouchOSC app on my Android tablet to be able to discover it through Bonjour.
The Bonjour Service is running in the background but I'm not sure if there is already a crate that lets me register my exe with it..
This one doesn't seem to work on windows: https://github.com/plietar/rust-dns-sd
Is this crate the closest to a working crate for bonjour?
What would be necessary to make it work on Win 8.1, too?