metarepo-core 0.77.0

Core interfaces and types for the metarepo multi-project management tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Reusable TUI widgets

mod context_bar;
mod help;
mod statusbar;
mod tree;

pub use context_bar::{Breadcrumb, ContextBar};
pub use help::{HelpPanel, HelpSection, KeybindingHelp};
pub use statusbar::StatusBar;
pub use tree::{TreeNode, TreeState, TreeWidget};