tafia / quick-protobuf

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

Owned #143

Closed nerdrew closed 5 years ago

nerdrew commented 5 years ago

Alternative to https://github.com/tafia/quick-protobuf/pull/139.

The rental crate is in bugfix only mode: https://github.com/jpernst/rental/issues/34.

Instead of using the rental crate, it looks like the same thing can be done using Pin

tafia commented 5 years ago

Thanks! I'm not super familiar with pin api yet. I may need some time to digest what you've done. Let me 2-3 days :)

nerdrew commented 5 years ago

No hurry. I'll keep working on my app using it and see if I have any issues.

nerdrew commented 5 years ago

Friendly PR bump ;p

tafia commented 5 years ago

Thanks again!

nerdrew commented 5 years ago

No, thank you for the awesome proto library :)