Description
Provides Unicode text segmentation and display width calculations for Python using a Rust implementation. It helps terminal, editor, and text tools split graphemes and measure how text will occupy screen columns.
Developers use it as a text-processing library. Width and segmentation are important for multilingual UI, so test with emoji, combining marks, CJK text, and right-to-left content when relevant.