//! IPC transport layer for rpytest CLI-daemon communication.
//!
//! This crate provides MessagePack framing over Unix sockets (or TCP on Windows)
//! for communication between the rpytest CLI and the Python daemon.
pub use ;
pub use ;
/// Default socket path for the daemon.