Add no_std feature, impl std::error::Error - #22
Conversation
coveralls
commented
Oct 18, 2016
abonander
commented
Oct 22, 2016
@seanmonstar Are you waiting to publish a new version or did you forget again? ;P |
seanmonstar
commented
Oct 22, 2016
Something tickles me weird about having the |
abonander
commented
Oct 22, 2016
It's a common convention, I made it a default so it didn't break any existing usage expecting it to work with |
abonander
commented
Oct 22, 2016
@seanmonstar Would you prefer to leave the |
seanmonstar
commented
Oct 22, 2016
Ignore me, it's perfect. Thanks! |
The convention is to have a feature named Using this convention is not a breaking change, since no httparse versions that use no_std have been published yet. |
seanmonstar
commented
Nov 7, 2016
@jethrogb so, have this instead: [features]
default = ["std"]
std = []And anyone wanting to use it in a |
seanmonstar
commented
Nov 7, 2016
If that seems correct, I've made a PR to do that, and I can release the new version today #23 |
No description provided.