steamroom-cli 0.2.0

Command-line tool for downloading Steam depot content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Daemon mode for steamroom.

pub mod client;
pub mod framing;
pub mod ipc;
pub mod lifecycle;
pub mod proto;
pub mod server;
pub mod tracing_layer;

#[cfg(feature = "tui")]
pub mod tui;