ttf-parser 0.3.0

A high-level, safe, zero-allocation TrueType font parser.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -e

mypy --strict gen-tables.py
python3 gen-tables.py > ../src/raw.rs
rustfmt ../src/raw.rs