bmux_server 0.0.1-alpha.1

Server component for bmux terminal multiplexer
1
2
3
4
5
6
7
//! Moved to `bmux_recording_plugin::recording_runtime`.
//!
//! This file is intentionally empty and orphaned from the crate's
//! module tree. `RecordingRuntime` now lives in the recording plugin
//! crate. Server writes into it via the `RecordingSink` trait looked
//! up through [`bmux_plugin::PluginStateRegistry`], without taking a
//! dependency on the plugin impl crate.