You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not keen on having a dedicated feature for this. It shouldn't be a breaking change to modify this in a minor version, so once this is stabilized I think we can just patch it in
Ok, that's fair. My main pain point right now is on no_std. Right now I must create and maintain a separate struct for encoding/decoding IP addresses instead of using bincode's impl.
For no_std with e.g. embassy we're already using nightly so enabling unstable features like this one makes sense.
It's still awaiting stabilisation but it would be nice to include this in
2.0
release and track it's progress as an unstable feature.Tracking issue: rust-lang/rust#108443
The text was updated successfully, but these errors were encountered: