michaelherger / rust-mdns

Pure rust mDNS responder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-mdns - Rust mDNS responder

rust-mdns is a pure rust implementation of the mDNS (RFC 6762) and DNS-SD (RFC 6763) protocols.

Usage

To use it, first add this to your Cargo.toml:

[dependencies.mdns]
git = "https://github.com/plietar/rust-mdns"

Then, add this to your crate root:

extern crate mdns;

About

Pure rust mDNS responder

License:MIT License


Languages

Language:Rust 100.0%