running-process 4.1.0

Subprocess and PTY runtime for the running-process project
Documentation
1
2
3
4
5
6
7
//! Shared backend lifecycle primitives used by broker and direct clients.

pub mod identity;
pub mod probe;
pub mod verify_pid;

pub use identity::DaemonProcess;