2 releases

0.1.1 May 28, 2021
0.1.0 May 27, 2021

#256 in #schema

45 downloads per month
Used in 2 crates

Apache-2.0

140KB
3.5K SLoC

MIDL file parser

This crate parses MIDL files (format is based on a subset of protobuf) to generate a frodobuf Schema.

Differences between MIDL and Protobuf syntax are documented in ChangesFromProtobuf

Acknowledgement

The parser was originally forked from

url https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/
author Stepan Koltsov stepan.koltsov@gmail.com
snapshot on 2021-05-06
crate version v3.0.0-pre

lib.rs:

Parser for MIDL files

The parser in this crate is based on a protobuf parser github.com/stepancheg/rust-protobuf

Dependencies

~1.2–2MB
~46K SLoC