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
In general most crates should work when using std, however in practice there seem to be some which rely on functionality which has yet to be implemented.
For example, supposedly the image crate fails with allocation errors during the encoding step (I have not confirmed this personally, but it was reported from the community).
The text was updated successfully, but these errors were encountered:
This might be quite hard, especially in the case of image because there is no technical limitation as to why image won't work, but expecting to allocate tens of megabytes of RAM on an esp just isn't feasible.
Yeah I realize we can't say "these crates will work and these will not", but I feel we can give some guidelines at the very least. You gave two great examples already, and there are also other factors like "this underlying function is not implemented in esp-idf, so X won't work as a result".
In general most crates should work when using
std
, however in practice there seem to be some which rely on functionality which has yet to be implemented.For example, supposedly the
image
crate fails with allocation errors during the encoding step (I have not confirmed this personally, but it was reported from the community).The text was updated successfully, but these errors were encountered: