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
Currently Rust bindings calling Micropython functions do not install exception handlers. An exception raised by Micropython will skip and throw away the Rust context, which might lead to incorrectness in certain cases.
Currently Rust bindings calling Micropython functions do not install exception handlers. An exception raised by Micropython will skip and throw away the Rust context, which might lead to incorrectness in certain cases.