//! Internal utility functions shared across the crate.
use Any;
/// Converts a panic payload into a human-readable `String`.
///
/// Handles the common cases where the payload is a `&str` or `String`,
/// and falls back to `"Unknown panic"` for other types.
pub