2 个版本

0.1.1 2021 年 5 月 28 日
0.1.0 2021 年 5 月 27 日

#286#schema

每月 25 次下载
2 crates 中使用

Apache-2.0

140KB
3.5K SLoC

MIDL 文件解析器

该 crate 解析 MIDL 文件(格式基于 protobuf 的一个子集)以生成 frodobuf Schema。

MIDL 与 Protobuf 语法的差异在 ChangesFromProtobuf 中记录

致谢

解析器最初是从以下地址分叉的

url https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/
作者 Stepan Koltsov [email protected]
snapshot on 2021-05-06
crate 版本 v3.0.0-pre

lib.rs:

Parser for MIDL files

该 crate 中的解析器基于 protobuf 解析器 github.com/stepancheg/rust-protobuf

依赖项

~1.2–2MB
~46K SLoC