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
The heapless crate is nice, but wouldn't work for my case: almost all of the Vecs being deserialized are under a certain size, but I needed SmallVec’s ability to fall-back to heap allocation for the few special cases.
…or perhaps a
SmallByteBuf<N>
wrapper?The text was updated successfully, but these errors were encountered: