ratatui-toolkit 0.2.6

DEPRECATED: this crate was renamed to `ratkit`. Please migrate to `ratkit`.
Documentation
1
2
3
4
5
6
7
//! Helper functions for selection handling.

mod handle_click;
mod should_render_line;

pub use handle_click::handle_click;
pub use should_render_line::should_render_line;