Skip to main content

Crate rpytest_ipc

Crate rpytest_ipc 

Source
Expand description

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.

Re-exports§

pub use framing::decode;
pub use framing::encode;
pub use transport::DaemonClient;
pub use transport::IpcError;

Modules§

framing
MessagePack encoding and length-prefixed framing.
transport
Transport layer for daemon communication.

Functions§

default_socket_path
Default socket path for the daemon.