savefile

Function diff_schema

source
pub fn diff_schema(a: &Schema, b: &Schema, path: String) -> Option<String>
Expand description

Return a (kind of) human-readable description of the difference between the two schemas. The schema ‘a’ is assumed to be the current schema (used in memory). Returns None if both schemas are equivalent This does not care about memory layout, only serializability.