You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero-allocation text layout engine for the web. Prefix-sum binary search line breaking, perfect hash glyph lookup, arena-pooled memory — sub-microsecond hot layouts with zero GC pressure.
Host-neutral terminal-cell text layout primitives for TUIs, CLIs, log viewers, transcripts, and editor panes — prepare once, seek rows by range, materialize only the viewport
DOM-free text layout engine for Rust, a port of @chenglou/pretext. All credit to Cheng Lou; this port exists to make the same algorithm available in Rust/WASM projects.