ndn_discovery/
mac_addr.rs

1//! Link-layer (MAC) address — re-exported from `ndn-transport` where it is defined.
2//!
3//! `MacAddr` lives in `ndn-transport` so that `ndn-faces` can use it without
4//! creating a circular dependency (ndn-faces → ndn-discovery → ndn-faces).
5
6pub use ndn_transport::MacAddr;