ratatui-toolkit 0.2.6

DEPRECATED: this crate was renamed to `ratkit`. Please migrate to `ratkit`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Methods for TOC widget.

mod calculate_line_width;
mod count_headings;
mod entry_accessors;
mod entry_at_position;
mod find_entry_at_position_compact;
mod find_entry_at_position_expanded;
mod get_content_area;
mod get_expanded_content_area;
mod render_border;
mod render_compact;
mod render_expanded;
mod required_compact_height;
mod required_expanded_width;
mod required_height;