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 would like to parse some yaml that has been flashed onto a microcontroller's flash memory. It would be really cool to leverage this crate but it currently appears to require std. Could I add no_std support via the alloc crate?
The text was updated successfully, but these errors were encountered:
I would like to parse some yaml that has been flashed onto a microcontroller's flash memory. It would be really cool to leverage this crate but it currently appears to require
std
. Could I addno_std
support via thealloc
crate?The text was updated successfully, but these errors were encountered: