tafia / quick-protobuf

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

Add Error::Io for `no_std` #176

Closed lexxvir closed 4 years ago

lexxvir commented 4 years ago

Hi @tafia !

It will be nice if in the no_std environment I can throw IO error from the WriterBackend's implementer.

tafia commented 4 years ago

Thanks!

tafia commented 4 years ago

Sorry I've merged but I am not sure it is doing anything just yet.

lexxvir commented 4 years ago

I will use this error in my WriterBackend implementation. So now it is possible to"notify" caller of Writer that IO error occurred.