microsandbox-protocol 0.7.0

Wire protocol types and serialization for the microsandbox project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Host-only control protocol, independent of the guest agent's generation.

mod handshake;
mod message;
mod types;

//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------

pub use handshake::*;
pub use message::*;
pub use types::*;