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
Given how much faster serde_bytes use makes (de)serialization of byte arrays, we should make it mandatory and advertise it more (e.g with examples in the crate docs).
Since turning an optional dependency into mandatory, breaks existing code, we can't just do it in non-major version updates.
The text was updated successfully, but these errors were encountered:
Hmm.. thinking more about this, I don't think we should do this. Not everyone needs to (de)serialize byte sequences directly and it's not good to mandate another dep. However we should:
Given how much faster serde_bytes use makes (de)serialization of byte arrays, we should make it mandatory and advertise it more (e.g with examples in the crate docs).
Since turning an optional dependency into mandatory, breaks existing code, we can't just do it in non-major version updates.
The text was updated successfully, but these errors were encountered: