Skip to main content

Module content_utils

Module content_utils 

Source
Expand description

Content utilities for memory display and manipulation

Provides:

  • Soft trim: Smart truncation preserving head (60%) and tail (30%) with ellipsis
  • Compact preview: Short preview for list views
  • Content statistics: Character/word/line counts

Structs§

CompactMemory
Compact memory representation for list views
ContentStats
Content statistics
SoftTrimConfig
Configuration for soft trim operation
SoftTrimResult
Result of soft trim operation

Functions§

compact_preview
Generate a compact preview of content
content_stats
Calculate content statistics
soft_trim
Perform soft trim on content