pub fn encode_validation_store(
config_hash: &str,
rows: &[(String, ValidationCacheRow)],
) -> Result<Vec<u8>, IndexFormatError>Expand description
Encode the .vseg payload — rows in insertion order.
pub fn encode_validation_store(
config_hash: &str,
rows: &[(String, ValidationCacheRow)],
) -> Result<Vec<u8>, IndexFormatError>Encode the .vseg payload — rows in insertion order.