librespot-org / libmdns

mDNS Responder library for building discoverable LAN services in Rust
https://crates.io/crates/libmdns
MIT License
70 stars 34 forks source link

Builder pattern API for Services? #9

Open willstott101 opened 4 years ago

willstott101 commented 4 years ago

Extensible options without changing .register fn signature.

willstott101 commented 1 year ago

Another such option might be unique (see: #37 )