//! Utility module: helper functions for common operations.
//!
//! This module contains utility functions used across conversion logic
//! including sibling handling, content extraction, serialization, preprocessing,
//! caching, and attribute processing.
//!
//! These functions are re-exported from the main converter module to provide
//! organized access to utility functions by category.
// Re-export commonly used functions for convenience