Expand description
Parser for MIDL files
The parser in this crate is based on a protobuf parser github.com/stepancheg/rust-protobuf
Structs§
- Parsed
AndTypechecked - Validated model from parser
Enums§
- Occurrence
- A field occurrence: how any times field may appear moved from model since it’s just for parsing now
Constants§
- MIDL_
PARSER_ VERSION - Current version of midl parser crate
Functions§
- parse_
and_ typecheck - Parse and validate input, and generate model schema
- parse_
string - Parse file into schema. Does not import any of the ‘imports’ or resolve foreign references