2 个版本
0.0.2 | 2023 年 10 月 5 日 |
---|---|
0.0.1 |
|
0.0.0 | 2023 年 6 月 5 日 |
1698 在 编码
每月 110 次下载
8KB
148 代码行
用法
使用 prost_enum::enhance
来使 protobuf 枚举支持更好的序列化和反序列化。
(可选) 使枚举用于 Sea-ORM,它将被视为 i32
/ Integer
。
// In build.rs
let mut config = prost_build::Config::new();
// ...
config.enum_attribute(
".",
"#[prost_enum::enhance]",
);
// ...
依赖项
~0.3–1.7MB
~39K SLoC