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
/// Persist pointer system for mapping slide IDs to byte offsets.
///
/// Based on Apache POI's PersistPtrHolder and related infrastructure.

pub mod ptr_holder;
pub mod mapping;

// Re-export main types
pub use ptr_holder::PersistPtrHolder;
pub use mapping::PersistMapping;