extern crate alloc;
// At least one storage tier must be active (propagated to `hick-smoltcp` /
// `mdns-proto`). `atomic` (default) and `no-atomic` select different backends; if
// both are on (e.g. `--all-features`) `atomic` wins, so the no-atomic build needs
// `--no-default-features --features no-atomic`.
compile_error!;
pub use run;
pub use DualUdp;
pub use MdnsState;
pub use EmbassyInstant;