//! Core types and functionality for Omniparse
//!//! This module provides the fundamental types used throughout the library,
//! including error handling, result types, and the main extractor.
pubmoderror;pubmodextractor;pubmodresult;// Re-export commonly used types
pubuseerror::{Error,Result};pubuseextractor::Extractor;pubuseresult::{Content, ExtractionResult, Metadata, MetadataValue};