[example] id = "example-panic-unwind" name = "Panic Unwind" icon = "💥" category = "runtime" desc = """ Shows how to catch panics during program execution and display friendly error messages instead of a raw panic trace. """ tags = ["panic_unwind"] files = ["src/main.rs", "Cargo.toml"]