pub fn parse_schema_text(text: &str) -> Vec<SchemaRow>Expand description
The schema as its text states it, one SchemaRow per operation, for
comparison with the encoded constant. A small reader for one list of flat
records, not a Cap’n Proto parser.