1 2 3 4 5
pub mod domain; pub mod infrastructure; pub use domain::native_solver::{NativeSolver, SolveContext}; pub use infrastructure::not_implemented::NotImplementedNativeSolver;