windy1 / zeroconf-rs

zeroconf is a cross-platform library that wraps underlying ZeroConf/mDNS implementations such as Bonjour or Avahi, providing an easy and idiomatic way to both register and browse services.
MIT License
77 stars 25 forks source link

Remove lifetime specifier from EventLoop; use Rcs to handle drop order #51

Closed windy1 closed 9 months ago

windy1 commented 9 months ago

Closes #43