Skip to main content

verify_version

Function verify_version 

Source
pub fn verify_version(
    kind: &str,
    found: u32,
    supported: u32,
) -> Result<(), EnvelopeCodecError>
Expand description

Requires the probed format version to be exactly what this build writes for kind — no envelope family tolerates version skew.