Currently, omicron-package requires callers to uncover their own topological sorting: https://github.com/oxidecomputer/crucible/pull/1097 This could be improved, by adding a function to the shared `omicron-package` crate to perform this sorting for clients.
Currently, omicron-package requires callers to uncover their own topological sorting: oxidecomputer/crucible#1097
This could be improved, by adding a function to the shared
omicron-packagecrate to perform this sorting for clients.