Module serde_generate::analyzer[][src]

Expand description

Dependency analysis and topological sort for Serde formats.

Functions

Classic topological sorting algorithm except that it doesn’t abort in case of cycles.

Build a map of dependencies between the entries of a Registry.

Same as get_dependency_map but allow to specify a set of externally-provided names to ignore.