Algorithm Tracker (AWU)
Every algorithm in rust-igraph is tracked as an Algorithm Work Unit (AWU). The full tracker is on GitHub:
View Algorithm Tracker on GitHub
Current status: 308 AWUs complete across traversal, centrality, community detection, connectivity, flow, isomorphism, generators, layouts, I/O, and more.
Each AWU follows a 9-step SOP: recon, interface design, skeleton, implementation, unit tests, conformance extraction, property tests, benchmarks, and documentation.