//! `manager` — the `GeoData` substrate + views: load once, named/collection
//! access, broadcastable filtered views. The top layer; imports from all below.
//!
//! [`GeoData`] is the load-once project (surfaces/wells/points/polygons keyed by
//! name); [`WellsView`] is the lightweight, filterable borrow over its wells
//! behind the broadcast ergonomic. Realizes `API.md` §"GeoData".
// GeoData — the load-once project + named/collection access
// GeoData::load_* — extension-dispatched ingest + well routing
// GeoData::model_inputs — the model-ready inputs contract
// GeoData::save/open/inspect — whole-project .pproj persistence
// WellsView — broadcastable, filterable borrow over wells
pub use ;
pub use ModelSection;
pub use ;
pub use ;