Monochrome rasterizer for Typf.
Opixa is the pure-Rust renderer that turns shaped glyph outlines into pixel coverage data. It is focused on predictable outline rasterization rather than color-glyph support. The submodules divide that work into fixed-point math, curve flattening, edge handling, scan conversion, and optional SIMD or parallel acceleration.