romm-cli 0.38.0

Rust-based CLI and TUI for the ROMM API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Library browse screen: consoles/collections and ROM list.

mod cache;
mod navigation;
mod render;
mod types;

#[cfg(test)]
mod tests;

pub use crate::tui::text_search::LibrarySearchMode;
pub use types::{LibraryBrowseScreen, LibrarySubsection, LibraryViewMode, UploadPrompt};