Hello. I have found the need to send the data represented by the ResolvedService struct (in my case, over a Unix socket) and thought it would be nice if mdns-sd implemented this.
I know dependencies are a concern, but perhaps a 'serde' feature flag would be in order? Seems like to me it wouldn't be too hard to implement and can mostly be done through derive.
Hello. I have found the need to send the data represented by the
ResolvedServicestruct (in my case, over a Unix socket) and thought it would be nice if mdns-sd implemented this.I know dependencies are a concern, but perhaps a 'serde' feature flag would be in order? Seems like to me it wouldn't be too hard to implement and can mostly be done through derive.