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§
- Unwrap
Stats - Statistics for unwrap operations
Enums§
- Unwrap
Error - Custom error type for unwrap operations
Traits§
- Unwrap
Safe - 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