Expand description
Utility functions Common utility functions shared across modules
Structs§
- Type
Hierarchy - Enhanced type hierarchy classification for treemap visualization
Traits§
- Join
Handle Ext - Extension trait for JoinHandle to add timeout functionality
Functions§
- current_
timestamp_ nanos - Get current timestamp in nanoseconds since Unix epoch
- extract_
array_ info - Extract array information for display
- extract_
generic_ params - Extract generic parameters from type names (enhanced version)
- extract_
generic_ type - Extract generic type parameter for display
- extract_
std_ module - Extract standard library module name
- format_
bytes - Format bytes in a human-readable format
- get_
category_ color - Get color for category - Enhanced with new categories
- get_
simple_ type - Get a simplified type name for display
- get_
type_ category_ hierarchy - Get comprehensive type hierarchy for treemap visualization
- get_
type_ color - Get color based on type for consistent visualization
- get_
type_ gradient_ colors - Get type-specific gradient colors for enhanced visualization
- is_
primitive_ type - Check if a type is a primitive type
- simplify_
type_ name - Simplify Rust type names for better readability - Enhanced Unknown Type identification