Skip to main content

steamroom_cli/
lib.rs

1//! Library surface for `steamroom-cli`. The binary lives in `main.rs`;
2//! this exposes the daemon protocol and server pieces for integration
3//! tests in `tests/`.
4
5pub mod cli;
6pub mod commands;
7pub mod daemon;
8pub mod download;
9pub mod errors;
10pub mod sink;