polished_panic_handler 0.1.1

Panic handler for Polished OS, providing custom panic behavior and logging.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
description = "Panic handler for Polished OS, providing custom panic behavior and logging."
edition = "2024"
license = "Zlib"
name = "polished_panic_handler"
readme = "./README.md"
repository = "https://codeberg.org/ofluffydev/polished"
version = "0.1.1"

[dependencies]
polished_serial_logging = { version = "0.1.1", path = "../serial_logging" }