mathtex-portable-engine-generated 0.1.3

Machine generated portable TeX engine core for mathtex, translated from the TeX, eTeX and XeTeX sources
Documentation
//! shared TeX core candidates auto-patched from TeX source when compatible.
//! Generated by `cargo run -p mathtex-web2c-import --bin patch_engine`.
//!
//! The shared TeX core is split into per-symbol-group partial `impl` blocks; the
//! union of their function bodies is the complete shared core.

mod a;
mod b;
mod c;
mod d;
mod e;
mod f;
mod g;
mod h;
mod i;
mod m;
mod n;
mod o;
mod p;
mod r;
mod s;
mod t;
mod u;
mod x;
mod y;
mod z;