//! 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;