//! Daemon mode for Firecracker VM pool management.
//!
//! The daemon maintains a pool of pre-warmed Firecracker VMs for fast execution.
//! The CLI connects to the daemon via Unix socket to acquire VMs from the pool.
pub use DaemonClient;
pub use PoolConfig;
pub use DaemonServer;