//! Best-effort StatelessWriter and StatelessReader (RTPS 2.3).
//!
//! Requires `dds-stateless` feature (which pulls in `dds-transport`).
//! Stateless writer/reader pairs operate without discovery — the caller
//! configures locators manually. No ACK/NACK cycle; DATA is fire-and-forget.
pub use ;
pub use StatelessError;
pub use ;
pub use ;