holodeck-simctl-tui 0.10.0

Terminal UI for holodeck-simctl, a companion for the iOS Simulator's simctl
Documentation
1
2
3
4
5
6
7
8
mod app;
mod input;
pub mod state;
mod theme;
pub mod view;

pub use app::HolodeckApp;
pub use theme::Theme;