A high-level, safe, zero-allocation TrueType font parser.
ttf-parser is a high-level, safe, zero-allocation font parser written in Rust for TrueType, OpenType, and AAT font formats. Built with zero unsafe code, zero dependencies, and designed to support `no_std` and WebAssembly environments, it provides both a Rust API and C bindings for accessing font data. The project, associated with HarfBuzz, is currently in maintenance mode focusing on bug fixes, and the repository includes testing tools, benchmarks, C API bindings, and a WebAssembly example implementation.