segfault87 / prost-serde-derive

Procedural macro to derive Serde serializer-deserializer for Prost
MIT License
5 stars 1 forks source link

Handle `optional` field #3

Closed codingskynet closed 8 months ago

codingskynet commented 8 months ago

Now, the field like optional string or optional Enum is handled as default value if it is null or not existed. Fixed it. But, I left some unimplemented as todo!()(Will fix on this PR after conversation)

KwonHyeongLee commented 8 months ago

@segfault87 Can you plz deploy it soonly?