tafia / quick-protobuf

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

Don't force inlining on `no_std` #177

Closed lexxvir closed 4 years ago

lexxvir commented 4 years ago

Hi @tafia !

I propose to don't force inline directive when no_std enabled. Forced code inline leads to huge stack sizes and when we have little memory in the embedded CPU it is matter.

tafia commented 4 years ago

Sounds ok for me. I let this open in case someone has a different opinion. I'll merge it next week.