//! Shared wire protocol types for the ap-relay WebSocket server.
//!
//! This crate contains the protocol types used by both the relay server
//! and relay client, with zero TLS dependencies.
pub use ;
pub use RelayError;
pub use Messages;
pub use RendezvousCode;