//! Central hub orchestrating all Sciforge subsystems.
//!
//! This module wires together the [`api`] layer (REST / CLI), the scientific
//! [`domain`] implementations, the computation [`engine`], and the shared
//! [`tools`] (benchmarking, profiling, validation, …).
/// REST/CLI interface layer: routing, DTOs, HTTP and CLI adapters.
/// Scientific domain implementations: maths, physics, chemistry, biology, astronomy, geology, meteorology.
/// Computation engine: dispatch, experiments, campaigns, pipelines, simulations, queries.
/// Ergonomic re-exports of the most commonly used Hub types and functions.
/// Toolbox: arena allocator, benchmarking, configuration, deterministic RNG, logging, profiling, validation, visualization.