we (web engine): Experimental web browser project to understand the limits of Claude
at main 3 lines 100 B view raw
1//! Font parsing (OTF/TTF), shaping, rasterization, and line breaking — pure Rust. 2 3pub mod font;