ratkit 0.2.18

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
pub mod comment_store_path;
pub mod from_stored_markdown_line_comment;
pub mod load_comments;
pub mod save_comments;
pub mod stored_markdown_line_comment;
pub mod to_stored_markdown_line_comment;

pub use load_comments::load_comments;
pub use save_comments::save_comments;