1 2 3 4 5 6 7
//! DNS-based endpoint discovery for iroh. //! //! This crate contains the core types for publishing and resolving iroh endpoint //! information via DNS, using the [pkarr](https://pkarr.org) signed packet format. pub mod attrs; pub mod pkarr;