mathcat 0.7.5

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
#![allow(non_snake_case)]

mod common;

mod Languages {
    mod intent;
    mod zh;
    mod en;
    mod fi;
    mod sv;
    mod nb;
    mod de;
    mod vi {
        mod vi;
    }
    mod id {
        mod units;
    }
    // mod es;
}