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
/// Slide parsing and management with high-performance zero-copy design.
pub mod slide_factory;
pub mod slide;

// Re-export main types
pub use slide_factory::{SlideFactory, SlideData};
pub use slide::Slide;