A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
usestd::path::PathBuf;/// Returns the `/tmp` file path used by the markdown preview demo comment store.
pubfncomment_store_path()-> PathBuf{PathBuf::from("/tmp/ratkit-markdown-preview-demo-comments.json")}