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};