助教提供了两个板条箱以帮手更好地使用protobuf:prost-serde:帮手您使用prost以及protobuf文件天生与Serde兼容的代码。
更多。
prost-helper:增长prost的宏以及函数。
更多。
在货运名目中使用prost-helper起首,将prost-serde以及prost-serdeprost-helper到您的Cargo.toml:[dependencies]prost-helper="0.1"[build-dependencies]prost-serde="0.1"而后将复制到您的名目并对于其举行自定义。
在查验更多信息。
而后能够在build.rs中削减它:fnmain(){letjson=include_str!("path/to/your/build_config.json");
2023/3/24 14:13:47
15KB
Rust
1