Skip to main content

stable_across

Function stable_across 

Source
pub fn stable_across(a: &str, b: &str) -> bool
Expand 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?).