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 one caveat for tinyvec (types must be Default) is no problem here, and getting rid of 300 unsafes might be useful. The main alternative to consider is whether a std stack vec will happen soon thanks to const generics.
The text was updated successfully, but these errors were encountered:
The one caveat for tinyvec (types must be
Default
) is no problem here, and getting rid of 300 unsafes might be useful. The main alternative to consider is whether a std stack vec will happen soon thanks to const generics.The text was updated successfully, but these errors were encountered: