fux 0.10.0

Minimal persistent terminal multiplexer built on bevy_ecs
Documentation
1
2
3
4
5
6
//! Process protocols: the attachment stream (viewers, koh gateways), the control
//! socket (CLI, zor observers) and the private socket/authentication primitives they share.

pub mod attach;
pub mod control;
pub mod socket;