Skip to main content

encode_table_rows

Function encode_table_rows 

Source
pub fn encode_table_rows(rows: &[Vec<String>]) -> Vec<u8> 
Expand description

Encode custom-table rows as a flat stream of u32-length-prefixed cells. Decoding requires the column count since rows are not self-delimiting.