Xmake Graph Module

Use when writing xmake scripts that need a generic graph / DAG data structure — `core.base.graph` for directed or undirected graphs, adding vertices/edges, topological sort, cycle detection, cloning, reversing. Lower-level than `async.jobgraph` — use this when you need the graph but not the scheduler.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/scripting/xmake-graph-module commit 4851d7c258

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-graph-module