Expand description
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.
Structs§
Enums§
- Guest
Message - Messages sent from guest to host.
- Host
Message - Messages sent from host to guest.
Constants§
- ALL_
CAPABILITIES - All known capabilities in negotiation order.
- CAP_
CLIPBOARD - CAP_
HOST_ EXEC - CAP_
NOTIFY - Guest protocol capability identifiers.
- CAP_
XDG_ OPEN - PROTOCOL_
VERSION - Increment on breaking wire-format changes. Backwards-compatible additions (new optional message types) do NOT increment this.
Functions§
- read_
frame - Read a length-prefixed JSON frame.
- write_
frame - Write a length-prefixed JSON frame.