pptx 0.1.0

A Rust library for creating and manipulating PowerPoint (.pptx) files
Documentation
1
2
3
4
5
//! Export functionality for converting presentations to other formats.

pub mod html;

pub use html::HtmlExporter;