#[cfg(any(feature = "odf", feature = "ooxml"))]
mod compressed_formats_common;
#[cfg(feature = "image")]
pub mod image;
#[cfg(feature = "odf")]
pub mod odf;
#[cfg(feature = "ooxml")]
pub mod ooxml;
#[cfg(feature = "pdf")]
pub mod pdf;
#[cfg(feature = "plaintext")]
pub mod plaintext;
#[cfg(feature = "rtf")]
pub mod rtf;
#[cfg(any(feature = "xml", feature = "xlink"))]
pub mod xml;