Is it possible to unwind on panic in #![no_std]
mode, e.g. with a customized #[panic_handler]
?
Is it possible to unwind on panic in `#![no_std]` mode?
Asked Answered
The following article from phil-opp explains unwinding in a no-std environment,though you will have to use OS specific libraries like libunwind on linux –
Calcic
© 2022 - 2024 — McMap. All rights reserved.