tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

Serialize/Deserialize slices without length prefix with break-change #245

Closed ScarboroughCoral closed 1 year ago

ScarboroughCoral commented 1 year ago

Following:

ScarboroughCoral commented 1 year ago

I want to fix this issue, but there are something error when testing the code. I think there are some code need to fix in the pb-rs folder, such as pb-rs/src/types.rs