steamroom-cli 0.2.0

Command-line tool for downloading Steam depot content
Documentation
1
2
3
4
5
6
7
8
9
10
//! Library surface for `steamroom-cli`. The binary lives in `main.rs`;
//! this exposes the daemon protocol and server pieces for integration
//! tests in `tests/`.

pub mod cli;
pub mod commands;
pub mod daemon;
pub mod download;
pub mod errors;
pub mod sink;