Expand description
Graph display module
Visually displays Git commit history including branch structure.
Re-exports§
pub use builder::build_graph;pub use cell::GraphCell;pub use colors::get_graph_color;pub use colors::ColorContext;pub use colors::PenaltyBasedColorAssigner;pub use colors::MAIN_BRANCH_COLOR;pub use colors::PALETTE_SIZE;pub use layout::GraphLayout;pub use layout::GraphRow;