Extension traits for logging failed unwraps to a tracing subscriber.
# Cargo.toml
[dependencies]
tracing-unwrap = "1.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use ResultExt to log unwrap failures instead of panicking.
Initialize a tracing subscriber (e.g., tracing_subscriber::fmt::init()) before using unwrap_or_log.
No dependency data recorded yet.