Skip to main content

fez/protocol/
mod.rs

1//! Wire protocol: framing, message types, and the bridge client.
2
3/// Bridge client that drives D-Bus and stream channels.
4pub mod client;
5/// Length-prefixed frame encoding and decoding.
6pub mod frame;
7/// Control and D-Bus message types.
8pub mod message;