1 2 3 4 5 6 7
//! Prelude module for CSP solver //! //! This module re-exports from the new modular API structure for backward compatibility. // Re-export everything from the new API prelude pub use crate::api::prelude::*;