cborrs::cbordet

Function cbor_det_equal

Source
pub fn cbor_det_equal<'a>(x1: CborDet<'a>, x2: CborDet<'a>) -> bool
Expand description

Compares Deterministic CBOR objects for semantic equality. This function consumes stack space linear in the maximum nesting of its two arguments.