Skip to main content

Module graph

Module graph 

Source
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;

Modules§

builder
Graph construction logic
cell
Graph cell definitions
colors
Graph color management
layout
Graph layout definitions