pub fn encode_table_rows(rows: &[Vec<String>]) -> Vec<u8> ⓘ
Encode custom-table rows as a flat stream of u32-length-prefixed cells. Decoding requires the column count since rows are not self-delimiting.