//! Topology operations for advanced vector processing
//!
//! This module provides comprehensive topology operations:
//!
//! - **Overlay operations**: Advanced geometric overlay with multiple types
//! - **Erase operations**: Multi-geometry erase and clip operations
//! - **Split operations**: Geometry splitting with lines and polygons
//!
//! All operations maintain topological consistency and handle edge cases.
pub use ;
pub use ;
pub use ;