Expand description
Common utility functions shared across modules
Structs§
- Type
Hierarchy - Enhanced type hierarchy classification for treemap visualization
Functions§
- 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