podbox-cli 0.6.7

Declarative Podman-native container environment manager. Define an environment as a TOML file and let systemd own its lifecycle.
Documentation
1
2
3
4
5
6
//! Protocol types and framing for host-guest IPC.
//!
//! Re-exported from the shared `podbox-protocol` crate so both host and
//! guest use exactly the same wire format.

pub use podbox_protocol::*;