mathcat 0.7.5

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

mod common;

mod braille {
    mod Nemeth {
        mod rules;
        mod other;
        mod chemistry;
        mod SRE_Nemeth72;
        mod SRE_NemethBase;
        mod AataNemeth;
    }
    mod UEB {
        mod iceb;
        mod other;
    }

    mod CMU {
        mod once;
    }

    mod Vietnam {
        mod vi;
    }

    mod LaTeX {
        mod augenbit;
        mod other;
    }

    mod ASCIIMath {
        mod augenbit;
        mod other;
    }
}