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.