romm-cli 0.39.0

Rust-based CLI and TUI for the ROMM API
Documentation
1
2
3
4
5
6
7
8
mod download;
mod game_detail;
mod library;
mod menu;
pub(crate) mod screen_keys;
mod search;
mod settings;
mod setup_wizard;