Skip to main content

Module graph

Module graph 

Source
Expand description

Graph calculation and rendering.

This module handles the visual layout of the commit graph, including position calculation and image generation.

Re-exports§

pub use calc::calc_graph;
pub use calc::calc_graph_owned;
pub use calc::Edge;
pub use calc::EdgeType;
pub use calc::Graph;
pub use calc::GraphContext;
pub use calc::OwnedGraph;
pub use calc::SimpleGraphContext;

Modules§

calc
Graph calculation for commit visualization.
geometry
2D geometry primitives for graph rendering.