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
/// Text extraction utilities for PPT records.

pub mod extractor;

// Re-export commonly used items
pub use extractor::{parse_text_chars_atom, parse_text_bytes_atom, parse_cstring, from_utf16le_lossy};