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
/// PPT document parsers.

pub mod parser;

// Re-export the main parser
pub use parser::PptRecordParser;