pub fn decode(data: &[u8]) -> Result<PhysicalChangeset, ChangesetError>Expand description
Decode a physical changeset from binary data. Validates magic, version, and recomputes checksum.
pub fn decode(data: &[u8]) -> Result<PhysicalChangeset, ChangesetError>Decode a physical changeset from binary data. Validates magic, version, and recomputes checksum.