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.