pub fn format_deployment_map(entries: &[DeploymentMapEntry]) -> StringExpand description
Format the deployment map as TSV.
The output is deterministic (entries are emitted in the order
returned by collect_deployment_map, which sorts by pack, then
handler, then entry name).