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 making a no_std library that uses iced-x86 to encode Instructions, but want to avoid alloc. Currently, Encoder is hardcoded to write only Vec<u8>s, making streaming encoding difficult. A similar kind of streaming decoder would also be nice, but I do not require it.
The text was updated successfully, but these errors were encountered:
I'm making a
no_std
library that usesiced-x86
to encodeInstruction
s, but want to avoidalloc
. Currently,Encoder
is hardcoded to write onlyVec<u8>
s, making streaming encoding difficult. A similar kind of streaming decoder would also be nice, but I do not require it.The text was updated successfully, but these errors were encountered: