Expand description
Safe priority detection without unsafe transmutes
This module provides a safe way to detect event priority without using unsafe memory transmutation.
Structs§
- Custom
Priority Mapper - Custom priority mapper that can override specific event priorities
- Default
Priority Mapper - Default priority mapper implementation
Enums§
- Event
Kind - Type-erased event for priority detection
Traits§
- Safe
Priority Mapper - A priority mapper that doesn’t require unsafe code
Functions§
- detect_
priority - Detect the priority of an event without unsafe operations