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