Skip to main content

Crate podbox_protocol

Crate podbox_protocol 

Source

Structs§

NotifyAction

Enums§

GuestMessage
Messages sent from guest to host.
HostMessage
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.