Skip to main content

round_trips

Function round_trips 

Source
pub fn round_trips(before: &[u8], after: &[u8]) -> bool
Expand description

True iff unfolding after reproduces before exactly (as JSON values). The pipeline’s safety gate for this transform — folding is only adopted when this holds.