Skip to main content

Module graph

Module graph 

Source
Expand description

グラフ表示モジュール

Gitコミット履歴をブランチ構造を含めて視覚的に表示する。

Re-exports§

pub use builder::build_graph;
pub use cell::GraphCell;
pub use colors::get_graph_color;
pub use colors::MAIN_BRANCH_COLOR;
pub use layout::GraphLayout;
pub use layout::GraphRow;

Modules§

builder
グラフ構築ロジック
cell
グラフセル定義
colors
グラフ色管理
layout
グラフレイアウト定義