Skip to main content

topological_sort_modules

Function topological_sort_modules 

Source
pub fn topological_sort_modules() -> Option<Vec<&'static str>>
Expand description

Compute a topological ordering of modules based on CORE_DEPS.

Returns None if there is a cycle.