Module analyzer

Module analyzer 

Source
Expand description

Dependency analysis and topological sort for Serde formats.

Functions§

best_effort_topological_sort
Classic topological sorting algorithm except that it doesn’t abort in case of cycles.
get_dependency_map
Build a map of dependencies between the entries of a Registry.
get_dependency_map_with_external_dependencies
Same as get_dependency_map but allow to specify a set of externally-provided names to ignore.