keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
88 stars 38 forks source link

refactoring: extract details from exec_command into own functions #215

Closed keepsimple1 closed 1 month ago

keepsimple1 commented 1 month ago

This is to resolve issue #204 .

It is also probably desirable to move exec_command into impl ZeroConf, but I opted to leave it alone for this patch, so that we can have a nice, easy-to-read diff.