Module unwrap_safe

Module unwrap_safe 

Source
Expand description

Safe unwrap utilities for memscope-rs

This module provides safe, panic-free alternatives to unwrap() calls. It includes comprehensive error tracking and recovery mechanisms.

Structs§

UnwrapStats
Statistics for unwrap operations

Enums§

UnwrapError
Custom error type for unwrap operations

Traits§

UnwrapSafe
Extension trait for safe, panic-free unwrapping

Functions§

get_unwrap_stats
Get global unwrap statistics (read-only snapshot)
update_unwrap_stats
Update global unwrap statistics with a closure