Skip to main content

decode_grid

Function decode_grid 

Source
pub fn decode_grid(input: &str) -> Result<HGrid, CodecError>
Expand description

Parse Trio-formatted text into an HGrid.

Each record becomes a row in the grid. Records are separated by --- (three or more dashes). Columns are derived from all unique tag names across all records.