tafia / quick-protobuf

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

Migrate to failure error management #91

Closed tafia closed 6 years ago

tafia commented 6 years ago

Status: WIP.

This will hopefully help migrating towards no_std. It also does not have any issue with Sync bound.