Is it possible to unwind on panic in `#![no_std]` mode?
Asked Answered
S

0

10

Is it possible to unwind on panic in #![no_std] mode, e.g. with a customized #[panic_handler]?

Sanches answered 1/4, 2019 at 8:57 Comment(1)
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 linuxCalcic

© 2022 - 2024 — McMap. All rights reserved.