pub fn stable_across(a: &str, b: &str) -> boolExpand description
Whether two renderings of the same value are byte-identical — the cross-representation determinism check (e.g. does a canonical encoder produce the same bytes regardless of input key order?).