rusty-fez 0.4.0

Agent-native management CLI for Fedora/RHEL (drives cockpit-bridge)
Documentation
1
2
3
4
5
6
7
8
//! Wire protocol: framing, message types, and the bridge client.

/// Bridge client that drives D-Bus and stream channels.
pub mod client;
/// Length-prefixed frame encoding and decoding.
pub mod frame;
/// Control and D-Bus message types.
pub mod message;