pub fn compare_fields<'a, const N: usize>(
older: &'a LayoutManifest,
newer: &'a LayoutManifest,
) -> FieldCompatReport<'a, N>Expand description
Compare two manifests field-by-field.
Returns up to N field comparison results. Each entry is
(field_name, FieldCompat). Checks that shared prefix fields are
identical and classifies remaining fields as Added or Removed.