2 releases
0.1.1 | May 28, 2021 |
---|---|
0.1.0 | May 27, 2021 |
#278 in #schema
25 downloads per month
Used in 2 crates
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.3–2.3MB
~50K SLoC