15个版本
0.0.16 | 2024年1月18日 |
---|---|
0.0.15 | 2023年12月14日 |
0.0.14 | 2023年10月28日 |
0.0.12 | 2023年5月9日 |
0.0.5 | 2020年11月20日 |
#467 in 编码
每月116次下载
57KB
1.5K SLoC
pb-jelly
能力越大,责任越大 - 彼得·帕克
此crates提供必要的trait实现,以支持使用pb-jelly-gen
生成的代码。您应该在您的Cargo.toml
中将此crates作为依赖项包括在内。
Cargo.toml
[dependencies]
pb-jelly = "0.0.16"
然后在一般情况下,您在代码中需要使用的是此crates定义的Message
trait,例如。
use pb_jelly::Message;
依赖项
~1–1.7MB
~36K SLoC