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