1//! Module provides various helper functionality.
23#[cfg(not(target_arch = "wasm32"))]
4pub mod analyze;
5#[cfg(not(target_arch = "wasm32"))]
6pub mod check;
7#[cfg(not(target_arch = "wasm32"))]
8pub mod generate;
910pub mod import;
11pub mod solve;