1 2 3 4 5 6
//! Protocol types and framing for host-guest IPC. //! //! Re-exported from the shared `podbox-protocol` crate so both host and //! guest use exactly the same wire format. pub use podbox_protocol::*;