tafia / quick-protobuf

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

remove failure for regular std::error::Error #164

Closed tafia closed 4 years ago

tafia commented 4 years ago

Replace deprecated failure with standard Error.