pub fn diff_report(
expected: &MeshManifest,
actual: &MeshManifest,
) -> Option<String>Expand description
None if the manifests match; otherwise a human-readable report that
identifies WHICH mesh diverged (index, express id, per-mesh hash), not just
the top-level mismatch.