Skip to main content

Crate beamterm_unicode

Crate beamterm_unicode 

Source
Expand description

Unicode character classification utilities for beamterm.

Provides emoji detection and double-width character classification shared across the beamterm workspace crates.

Functionsยง

is_double_width
Checks if a grapheme is double-width (emoji or fullwidth character).
is_emoji
Checks if a grapheme is an emoji that should use color font rendering.