feat(notgraph): implement analysis (fan stats, Kahn cycles, hotspots)

This commit is contained in:
Joseph O'Brien
2026-04-02 02:29:07 -04:00
parent b73db06f7b
commit 853bfbc427
5 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1 @@
pub mod foo;

View File

@@ -0,0 +1 @@
pub mod bar;

View File

@@ -0,0 +1,2 @@
pub mod foo;
pub mod bar;