criew 0.0.3

Terminal-first Linux kernel patch mail workflow TUI
1
2
3
4
5
6
7
8
//! User-interface entrypoints.
//!
//! The application layer only depends on coarse-grained UI actions such as
//! exit or restart; the ratatui implementation details stay behind this module.

pub mod tui;

pub use tui::{TuiAction, run};