vexide-panic 0.1.10

Panic handler for vexide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vexide-panic

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

![Maintained: no](https://img.shields.io/maintenance/no/2025)

> [!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.