Skip to main content

podbox/
protocol.rs

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