Skip to main content

steamroom_cli/daemon/
mod.rs

1//! Daemon mode for steamroom.
2
3pub mod client;
4pub mod framing;
5pub mod ipc;
6pub mod lifecycle;
7pub mod proto;
8pub mod server;
9pub mod tracing_layer;
10
11#[cfg(feature = "tui")]
12pub mod tui;