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
It would be great if encode_to and others could work without dynamic Vec<u8> and not require heap. E.g. by using Vec implementation form heapless crate.
The text was updated successfully, but these errors were encountered:
It would be great if
encode_to
and others could work without dynamicVec<u8>
and not require heap. E.g. by usingVec
implementation formheapless
crate.The text was updated successfully, but these errors were encountered: