petekstatic 0.1.7

petekStatic โ€” the GEOMODEL layer: structural framework, grid construction, property modelling, volumetrics and static uncertainty, consolidated into one crate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! The petekStatic workspace error type.
//!
//! petekStatic owns one error enum, [`StaticError`], surfaced by every geomodel
//! crate โ€” the analog of petekSim's `SrsError` (petek house style ยง1). Downstream
//! libraries compose it across the seam with a `#[from]` variant on their own enum.

#[allow(clippy::module_inception)]
mod error;

pub use error::{Result, StaticError};