# vexide-panic
Panic handler implementation for [`vexide`](https://crates.io/crates/vexide).

> [!important]
> This crate is deprecated.
>
> Its functionality is now available from
> [`vexide-startup`](https://crates.io/crates/vexide-startup) with feature `panic-hook` enabled.
Supports printing a backtrace when running in the simulator.
If the `display_panics` feature is enabled, it will also display the panic message on the V5 Brain display.