pbox-proto 0.1.6

Protocol definitions for the pbox guest agent
Documentation
1
2
3
4
5
pub const PROTOCOL_VERSION: u32 = 3;

pub mod agent {
    tonic::include_proto!("pbox.cwd.dev.agent.v1");
}