tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

added test for get_size() #239

Closed snproj closed 1 year ago

snproj commented 1 year ago

Closes #220.

After investigating, to the best of my knowledge we might not want to accept the PR; although do let me know if I've made any mistakes.

This PR contains a refined version of the test I talked about in that issue.