[][src]Module serde_generate::analyzer

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.