Skip to content

Commit

Permalink
mDNS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 23, 2023
1 parent d05eef6 commit 46304ef
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
pub mod asynch;
#[cfg(feature = "domain")]
pub mod captive;
#[cfg(feature = "domain")]
pub mod mdns;
#[cfg(feature = "std")]
pub mod std_mutex;
Loading

0 comments on commit 46304ef

Please sign in to comment.