hydra_engine_och/lib.rs
1//! `hydra-engine-och` — Hydra's open-channel hydraulics simulation engine.
2//!
3//! **Early scaffold.** This crate is the future home of Hydra's
4//! open-channel hydraulics simulation engine, operating on the HEC-RAS domain the way
5//! `hydra-engine-wds` operates on the EPANET data model. No simulation
6//! capability is implemented yet; the crate is published so its name and
7//! versioning track the Hydra workspace from the start. Development
8//! happens at <https://github.com/neeraip/hydra>.
9
10/// The crate version, taken from `Cargo.toml` at compile time.
11pub const HYDRA_ENGINE_OCH_VERSION: &str = env!("CARGO_PKG_VERSION");