rmux-sdk 0.2.5

Public, daemon-backed Rust SDK for the RMUX terminal multiplexer (facade, ensure-session, snapshots, events, detach helpers).
Documentation
1
2
3
4
5
6
7
8
//! Runtime bootstrap helpers for SDK daemon discovery.

pub(crate) mod deadline;
pub mod discovery;
#[cfg(unix)]
pub mod startup_unix;
#[cfg(windows)]
pub mod startup_windows;