cloudwu / pbc

A protocol buffers library for C
MIT License
1.62k stars 569 forks source link

Is there a plan on supporting protobuf3.0 #68

Open mayflaver opened 8 years ago

mayflaver commented 8 years ago

The project is really excellent, We are using it in our project, Is there a plan on supporting them in the near future?

cloudwu commented 8 years ago

no. I don't like protobuffers now.

mayflaver commented 8 years ago

what's your favor now?

cloudwu commented 8 years ago

https://github.com/cloudwu/sproto

owent commented 7 years ago

@mayflaver I modify some code to support proto v3. This may be help. https://github.com/owent-contrib/pbc/tree/proto_v3

james-callahan commented 6 years ago

@owt5008137 how is your fork going?

owent commented 6 years ago

@james-callahan My fork just modify little codes to adapt for the repeated interger types of proto 3 (use packed=true for default), and it works well. But it still do not support the new types such as map、timestamp and etc, these types are useless for my projects now.

Hope helpful.