podbox-guest 0.6.6

Guest-side daemon and entrypoint for podbox containers: socket protocol, interceptors, and idle shutdown.
Documentation
1
2
3
4
5
6
7
8
pub const VERSION: &str = env!("PODBOX_VERSION");

pub mod daemon;
pub mod entry;
pub mod error;
pub mod interceptors;
pub mod protocol;
pub mod socket;