tui-pages 0.7.0

Coordination runtime for keyboard-driven, page-based TUI applications: input sequences, command resolution, focus, navigation, buffers, and panes.
Documentation
1
2
3
4
5
6
7
mod registry;
mod resolver;
mod response;

pub use registry::CommandRegistry;
pub use resolver::CommandResolver;
pub use response::{CommandHint, CommandResponse};