助教

时间:2021-02-22 17:46:19
【文件属性】:
文件名称:助教
文件大小:15KB
文件格式:ZIP
更新时间:2021-02-22 17:46:19
Rust 助教 提供了两个板条箱以帮助更好地使用protobuf: prost-serde:帮助您使用prost和protobuf文件生成与Serde兼容的代码。 更多。 prost-helper:促进prost的宏和函数。 更多。 在货运项目中使用prost-helper 首先,将prost-serde和prost-serde prost-helper到您的Cargo.toml : [dependencies] prost-helper = "0.1" [build-dependencies] prost-serde = "0.1" 然后将复制到您的项目并对其进行自定义。 在查看更多信息。 然后可以在build.rs中添加它: fn main () { let json = include_str! ( "path/to/your/build_config.json" );
【文件预览】:
prost-helper-master
----Cargo.toml(66B)
----.github()
--------workflows()
----prost-helper()
--------Cargo.toml(690B)
--------src()
--------.gitignore(19B)
----prost-serde()
--------Cargo.toml(613B)
--------src()
--------examples()
--------default_build_config.json(1KB)
--------.gitignore(19B)
----LICENSE.md(1KB)
----README.md(2KB)
----.pre-commit-config.yaml(2KB)
----.gitignore(19B)
----deny.toml(9KB)

网友评论