Skip to main content

serialize_batch

Function serialize_batch 

Source
pub fn serialize_batch<T>(items: &[T]) -> Result<Vec<AlignedVec>, Error>
Expand description

Serialize multiple values using RKYV format

Uses iterator collect - identical to RKYV naive loop.