pub fn install()Expand description
Install a panic hook that renders Rich-formatted tracebacks to stderr.
This is a best-effort hook – it attempts to capture the panic payload and produce a formatted traceback, but may not capture full source context.