romm-cli 0.19.0

Rust-based CLI and TUI for the ROMM API
Documentation
1
2
3
4
5
6
7
8
//! Frontend routing helpers.
//!
//! This module keeps runtime selection between presentation layers
//! (CLI and TUI) separate from core business logic.

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