//! Core library functionality for visibility graph computation.
//!
//! This module contains the essential types and algorithms that are always available,
//! regardless of feature flags. It includes time series data structures, visibility
//! graph representations, and the core algorithms for graph construction.
// Re-export main types for convenience
pub use ;
pub use ;
pub use ;
pub use ;