webrtc-mdns 0.3.5

A pure Rust implementation of mDNS
Documentation
<h1 align="center">
 <a href="https://webrtc.rs"><img src="./doc/webrtc.rs.png" alt="WebRTC.rs"></a>
 <br>
</h1>
<p align="center">
 <a href="https://github.com/webrtc-rs/mdns/actions"> 
  <img src="https://github.com/webrtc-rs/mdns/workflows/cargo/badge.svg">
 </a> 
 <a href="https://codecov.io/gh/webrtc-rs/mdns"> 
  <img src="https://codecov.io/gh/webrtc-rs/mdns/branch/main/graph/badge.svg">
 </a>
 <a href="https://deps.rs/repo/github/webrtc-rs/mdns"> 
  <img src="https://deps.rs/repo/github/webrtc-rs/mdns/status.svg">
 </a>
 <a href="https://crates.io/crates/webrtc-mdns"> 
  <img src="https://img.shields.io/crates/v/webrtc-mdns.svg">
 </a> 
 <a href="https://docs.rs/webrtc-mdns"> 
  <img src="https://docs.rs/webrtc-mdns/badge.svg">
 </a>
 <a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">
  <img src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue" alt="License: MIT/Apache 2.0">
 </a>
 <a href="https://discord.gg/4Ju8UHdXMs">
  <img src="https://img.shields.io/discord/800204819540869120?logo=discord" alt="Discord">
 </a>
</p>
<p align="center">
 A pure Rust implementation of mDNS. Rewrite <a href="https://github.com/pion/mdns/releases/tag/v0.0.4">Pion</a> mDNS in Rust
</p>