//! Device fingerprinting.
//!
//! M1 ships only OUI→vendor lookup (used by the registry). M3 adds the full
//! fingerprint engine that fuses OUI + DHCP + mDNS/SSDP + traffic profile into a
//! device-type/model guess behind a `Fingerprinter` trait.
pub use ;
pub use RuleFingerprinter;