appcui 0.4.8

A feature-rich and cross-platform TUI/CUI framework for Rust, enabling modern terminal-based applications on Windows, Linux, and macOS. Includes built-in UI components like buttons, menus, list views, tree views, checkboxes, and more. Perfect for building fast and interactive CLI tools and text-based interfaces.
Documentation
mod implementation;
mod command_parser;
mod mouse_hold_command;
mod mouse_release_command;
mod mouse_click_command;
mod mouse_doubleclick_command;
mod mouse_move_command;
mod mouse_drag_command;
mod mouse_wheel_command;
mod paint_command;
mod paint_enable_command;
mod error_disable_command;
mod check_hash_command;
mod check_cursor_command;
mod check_clipboardtext_command;
mod resize_command;
mod keypress_command;
mod keytypetext_command;
mod keymodifier_command;
mod clipboard_clear_command;
mod clipboard_settext_command;
mod command;

#[cfg(test)]
mod tests;

pub (crate) use self::implementation::DebugTerminal;