//! Display-width primitives for the Markdown renderer.
//!
//! Wrapping and (in Step 25.2) table layout count *display columns*, not bytes
//! or `char`s — a CJK ideograph or a wide emoji occupies two cells, a
//! combining mark zero. `unicode-width` encodes the Unicode East-Asian-Width
//! table that the terminal itself uses, so our wrap points line up with what
//! the user actually sees.
use ;
/// Display width of a single `char` in terminal cells (control chars → 0).
pub
/// Display width of a string in terminal cells.
pub