We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I am not sure but the displayed width of emoji seems to be at least 2:
"❤️""12"
let w = unicode_width::UnicodeWidthStr::width("\u{2764}\u{fe0f}");assert_eq!(2, w);// (left: `2`, right: `1`)