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;