ratkit 0.2.16

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
1
2
3
4
5
6
7
8
9
//! Helper functions for tree view.

mod get_visible_paths;
mod get_visible_paths_filtered;
mod matches_filter;

pub use get_visible_paths::get_visible_paths;
pub use get_visible_paths_filtered::get_visible_paths_filtered;
pub use matches_filter::matches_filter;