//! Optional raw multicast receive support.
//!
//! Enable this module with the `raw-packets` Cargo feature when you need
//! complete multicast IP datagrams instead of UDP payloads.
//!
//! The first implementation targets Linux. Other platforms currently return a
//! clear unsupported error rather than silently degrading to UDP behavior.
pub use RawSubscriptionConfig;
pub use RawContext;
pub use RawPacket;
pub use RawSubscription;