//! Text chunking functionality for efficient processing
//!
//! This module provides both basic and overlap-based chunking strategies
//! for processing large texts efficiently while maintaining UTF-8 safety
//! and handling cross-chunk patterns.
// Re-export base chunking types
pub use ;
// Re-export overlap chunking types for backward compatibility
pub use ;