Expand description
Pure text-layout functions: word wrapping and sentence segmentation.
Both functions have zero IO and work on any platform.
word_wrap_bytes depends on crate::rendering::text_render for script
detection and width measurement, and crate::html_text::Line for output.