litchi 0.0.1

High-performance parser for Microsoft Office, OpenDocument, and Apple iWork file formats with unified API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// MTEF Binary Parser - Modular implementation based on rtf2latex2e
//
// This module implements proper binary parsing of MTEF (MathType Equation Format)
// records as used in OLE documents, following the structure of rtf2latex2e.

pub mod charset;
pub mod headers;
pub mod objects;
pub mod parser;
pub mod converter;

pub use parser::*;