//! Wire protocol: framing, message types, and the bridge client.
/// Bridge client that drives D-Bus and stream channels.
pubmodclient;/// Length-prefixed frame encoding and decoding.
pubmodframe;/// Control and D-Bus message types.
pubmodmessage;/// Transparent decoding of cockpit `dbus-json3` variant envelopes.
pubmodvariant;